Method | Description | |
---|---|---|
AmazonElasticFileSystemClient ( ) : System |
Constructs AmazonElasticFileSystemClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonElasticFileSystemClient ( |
Constructs AmazonElasticFileSystemClient with AWS Credentials
|
|
AmazonElasticFileSystemClient ( |
Constructs AmazonElasticFileSystemClient with AWS Credentials and an AmazonElasticFileSystemClient Configuration object.
|
|
AmazonElasticFileSystemClient ( |
Constructs AmazonElasticFileSystemClient with AWS Credentials
|
|
AmazonElasticFileSystemClient ( |
Constructs AmazonElasticFileSystemClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonElasticFileSystemClient ( RegionEndpoint region ) : System |
Constructs AmazonElasticFileSystemClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonElasticFileSystemClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonElasticFileSystemClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticFileSystemClient Configuration object.
|
|
AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonElasticFileSystemClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonElasticFileSystemClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonElasticFileSystemClient with AWS Access Key ID, AWS Secret Key and an AmazonElasticFileSystemClient Configuration object.
|
|
AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonElasticFileSystemClient with AWS Access Key ID and AWS Secret Key
|
|
BeginCreateFileSystem ( |
Initiates the asynchronous execution of the CreateFileSystem operation.
|
|
BeginCreateMountTarget ( |
Initiates the asynchronous execution of the CreateMountTarget operation.
|
|
BeginCreateTags ( |
Initiates the asynchronous execution of the CreateTags operation.
|
|
BeginDeleteFileSystem ( |
Initiates the asynchronous execution of the DeleteFileSystem operation.
|
|
BeginDeleteMountTarget ( |
Initiates the asynchronous execution of the DeleteMountTarget operation.
|
|
BeginDeleteTags ( |
Initiates the asynchronous execution of the DeleteTags operation.
|
|
BeginDescribeFileSystems ( |
Initiates the asynchronous execution of the DescribeFileSystems operation.
|
|
BeginDescribeMountTargetSecurityGroups ( |
Initiates the asynchronous execution of the DescribeMountTargetSecurityGroups operation.
|
|
BeginDescribeMountTargets ( |
Initiates the asynchronous execution of the DescribeMountTargets operation.
|
|
BeginDescribeTags ( |
Initiates the asynchronous execution of the DescribeTags operation.
|
|
BeginModifyMountTargetSecurityGroups ( |
Initiates the asynchronous execution of the ModifyMountTargetSecurityGroups operation.
|
|
CreateFileSystem ( |
Creates a new, empty file system. The operation requires a creation token in the request that Amazon EFS uses to ensure idempotent creation (calling the operation with same creation token has no effect). If a file system does not currently exist that is owned by the caller's AWS account with the specified creation token, this operation does the following:
Otherwise, this operation returns a For basic use cases, you can use a randomly generated UUID for the creation token. The idempotent operation allows you to retry a The This operation also takes an optional After the file system is fully created, Amazon EFS sets its lifecycle state to This operation requires permissions for the
|
|
CreateFileSystem ( string creationToken ) : |
Creates a new, empty file system. The operation requires a creation token in the request that Amazon EFS uses to ensure idempotent creation (calling the operation with same creation token has no effect). If a file system does not currently exist that is owned by the caller's AWS account with the specified creation token, this operation does the following:
Otherwise, this operation returns a For basic use cases, you can use a randomly generated UUID for the creation token. The idempotent operation allows you to retry a The This operation also takes an optional After the file system is fully created, Amazon EFS sets its lifecycle state to This operation requires permissions for the
|
|
CreateFileSystemAsync ( |
Initiates the asynchronous execution of the CreateFileSystem operation.
|
|
CreateFileSystemAsync ( string creationToken, System cancellationToken = default(CancellationToken) ) : Task |
Creates a new, empty file system. The operation requires a creation token in the request that Amazon EFS uses to ensure idempotent creation (calling the operation with same creation token has no effect). If a file system does not currently exist that is owned by the caller's AWS account with the specified creation token, this operation does the following:
Otherwise, this operation returns a For basic use cases, you can use a randomly generated UUID for the creation token. The idempotent operation allows you to retry a The This operation also takes an optional After the file system is fully created, Amazon EFS sets its lifecycle state to This operation requires permissions for the
|
|
CreateMountTarget ( |
Creates a mount target for a file system. You can then mount the file system on EC2 instances via the mount target. You can create one mount target in each Availability Zone in your VPC. All EC2 instances in a VPC within a given Availability Zone share a single mount target for a given file system. If you have multiple subnets in an Availability Zone, you create a mount target in one of the subnets. EC2 instances do not need to be in the same subnet as the mount target in order to access their file system. For more information, see Amazon EFS: How it Works. In the request, you also specify a file system ID for which you are creating the mount target and the file system's lifecycle state must be In the request, you also provide a subnet ID, which determines the following:
After creating the mount target, Amazon EFS returns a response that includes, a Note that you can create mount targets for a file system in only one VPC, and there can be only one mount target per Availability Zone. That is, if the file system already has one or more mount targets created for it, the subnet specified in the request to add another mount target must meet the following requirements:
If the request satisfies the requirements, Amazon EFS does the following:
The We recommend you create a mount target in each of the Availability Zones. There are cost considerations for using a file system in an Availability Zone through a mount target created in another Availability Zone. For more information, see Amazon EFS. In addition, by always using a mount target local to the instance's Availability Zone, you eliminate a partial failure scenario. If the Availability Zone in which your mount target is created goes down, then you won't be able to access your file system through that mount target. This operation requires permissions for the following action on the file system:
This operation also requires permissions for the following Amazon EC2 actions:
|
|
CreateMountTargetAsync ( |
Initiates the asynchronous execution of the CreateMountTarget operation.
|
|
CreateTags ( |
Creates or overwrites tags associated with a file system. Each tag is a key-value pair. If a tag key specified in the request already exists on the file system, this operation overwrites its value with the value provided in the request. If you add the This operation requires permission for the
|
|
CreateTagsAsync ( |
Initiates the asynchronous execution of the CreateTags operation.
|
|
DeleteFileSystem ( |
Deletes a file system, permanently severing access to its contents. Upon return, the file system no longer exists and you can't access any contents of the deleted file system. You can't delete a file system that is in use. That is, if the file system has any mount targets, you must first delete them. For more information, see DescribeMountTargets and DeleteMountTarget. The This operation requires permissions for the
|
|
DeleteFileSystem ( string fileSystemId ) : DeleteFileSystemResponse |
Deletes a file system, permanently severing access to its contents. Upon return, the file system no longer exists and you can't access any contents of the deleted file system. You can't delete a file system that is in use. That is, if the file system has any mount targets, you must first delete them. For more information, see DescribeMountTargets and DeleteMountTarget. The This operation requires permissions for the
|
|
DeleteFileSystemAsync ( |
Initiates the asynchronous execution of the DeleteFileSystem operation.
|
|
DeleteFileSystemAsync ( string fileSystemId, System cancellationToken = default(CancellationToken) ) : Task |
Deletes a file system, permanently severing access to its contents. Upon return, the file system no longer exists and you can't access any contents of the deleted file system. You can't delete a file system that is in use. That is, if the file system has any mount targets, you must first delete them. For more information, see DescribeMountTargets and DeleteMountTarget. The This operation requires permissions for the
|
|
DeleteMountTarget ( |
Deletes the specified mount target. This operation forcibly breaks any mounts of the file system via the mount target that is being deleted, which might disrupt instances or applications using those mounts. To avoid applications getting cut off abruptly, you might consider unmounting any mounts of the mount target, if feasible. The operation also deletes the associated network interface. Uncommitted writes may be lost, but breaking a mount target using this operation does not corrupt the file system itself. The file system you created remains. You can mount an EC2 instance in your VPC via another mount target. This operation requires permissions for the following action on the file system:
The The operation also requires permissions for the following Amazon EC2 action on the mount target's network interface:
|
|
DeleteMountTarget ( string mountTargetId ) : DeleteMountTargetResponse |
Deletes the specified mount target. This operation forcibly breaks any mounts of the file system via the mount target that is being deleted, which might disrupt instances or applications using those mounts. To avoid applications getting cut off abruptly, you might consider unmounting any mounts of the mount target, if feasible. The operation also deletes the associated network interface. Uncommitted writes may be lost, but breaking a mount target using this operation does not corrupt the file system itself. The file system you created remains. You can mount an EC2 instance in your VPC via another mount target. This operation requires permissions for the following action on the file system:
The The operation also requires permissions for the following Amazon EC2 action on the mount target's network interface:
|
|
DeleteMountTargetAsync ( |
Initiates the asynchronous execution of the DeleteMountTarget operation.
|
|
DeleteMountTargetAsync ( string mountTargetId, System cancellationToken = default(CancellationToken) ) : Task |
Deletes the specified mount target. This operation forcibly breaks any mounts of the file system via the mount target that is being deleted, which might disrupt instances or applications using those mounts. To avoid applications getting cut off abruptly, you might consider unmounting any mounts of the mount target, if feasible. The operation also deletes the associated network interface. Uncommitted writes may be lost, but breaking a mount target using this operation does not corrupt the file system itself. The file system you created remains. You can mount an EC2 instance in your VPC via another mount target. This operation requires permissions for the following action on the file system:
The The operation also requires permissions for the following Amazon EC2 action on the mount target's network interface:
|
|
DeleteTags ( |
Deletes the specified tags from a file system. If the This operation requires permissions for the
|
|
DeleteTagsAsync ( |
Initiates the asynchronous execution of the DeleteTags operation.
|
|
DescribeFileSystems ( |
Returns the description of a specific Amazon EFS file system if either the file system When retrieving all file system descriptions, you can optionally specify the To retrieve a list of your file system descriptions, this operation is used in an iterative process, where The implementation may return fewer than The order of file systems returned in the response of one This operation requires permissions for the
|
|
DescribeFileSystemsAsync ( |
Initiates the asynchronous execution of the DescribeFileSystems operation.
|
|
DescribeMountTargetSecurityGroups ( |
Returns the security groups currently in effect for a mount target. This operation requires that the network interface of the mount target has been created and the lifecycle state of the mount target is not This operation requires permissions for the following actions:
|
|
DescribeMountTargetSecurityGroups ( string mountTargetId ) : |
Returns the security groups currently in effect for a mount target. This operation requires that the network interface of the mount target has been created and the lifecycle state of the mount target is not This operation requires permissions for the following actions:
|
|
DescribeMountTargetSecurityGroupsAsync ( |
Initiates the asynchronous execution of the DescribeMountTargetSecurityGroups operation.
|
|
DescribeMountTargetSecurityGroupsAsync ( string mountTargetId, System cancellationToken = default(CancellationToken) ) : Task |
Returns the security groups currently in effect for a mount target. This operation requires that the network interface of the mount target has been created and the lifecycle state of the mount target is not This operation requires permissions for the following actions:
|
|
DescribeMountTargets ( |
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system. When requesting all of the current mount targets, the order of mount targets returned in the response is unspecified. This operation requires permissions for the
|
|
DescribeMountTargets ( string fileSystemId ) : Amazon.ElasticFileSystem.Model.DescribeMountTargetsResponse |
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system. When requesting all of the current mount targets, the order of mount targets returned in the response is unspecified. This operation requires permissions for the
|
|
DescribeMountTargetsAsync ( |
Initiates the asynchronous execution of the DescribeMountTargets operation.
|
|
DescribeMountTargetsAsync ( string fileSystemId, System cancellationToken = default(CancellationToken) ) : Task |
Returns the descriptions of all the current mount targets, or a specific mount target, for a file system. When requesting all of the current mount targets, the order of mount targets returned in the response is unspecified. This operation requires permissions for the
|
|
DescribeTags ( |
Returns the tags associated with a file system. The order of tags returned in the response of one This operation requires permissions for the
|
|
DescribeTags ( string fileSystemId ) : Amazon.ElasticFileSystem.Model.DescribeTagsResponse |
Returns the tags associated with a file system. The order of tags returned in the response of one This operation requires permissions for the
|
|
DescribeTagsAsync ( |
Initiates the asynchronous execution of the DescribeTags operation.
|
|
DescribeTagsAsync ( string fileSystemId, System cancellationToken = default(CancellationToken) ) : Task |
Returns the tags associated with a file system. The order of tags returned in the response of one This operation requires permissions for the
|
|
EndCreateFileSystem ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateFileSystem operation.
|
|
EndCreateMountTarget ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateMountTarget operation.
|
|
EndCreateTags ( IAsyncResult asyncResult ) : CreateTagsResponse |
Finishes the asynchronous execution of the CreateTags operation.
|
|
EndDeleteFileSystem ( IAsyncResult asyncResult ) : DeleteFileSystemResponse |
Finishes the asynchronous execution of the DeleteFileSystem operation.
|
|
EndDeleteMountTarget ( IAsyncResult asyncResult ) : DeleteMountTargetResponse |
Finishes the asynchronous execution of the DeleteMountTarget operation.
|
|
EndDeleteTags ( IAsyncResult asyncResult ) : DeleteTagsResponse |
Finishes the asynchronous execution of the DeleteTags operation.
|
|
EndDescribeFileSystems ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeFileSystems operation.
|
|
EndDescribeMountTargetSecurityGroups ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeMountTargetSecurityGroups operation.
|
|
EndDescribeMountTargets ( IAsyncResult asyncResult ) : Amazon.ElasticFileSystem.Model.DescribeMountTargetsResponse |
Finishes the asynchronous execution of the DescribeMountTargets operation.
|
|
EndDescribeTags ( IAsyncResult asyncResult ) : Amazon.ElasticFileSystem.Model.DescribeTagsResponse |
Finishes the asynchronous execution of the DescribeTags operation.
|
|
EndModifyMountTargetSecurityGroups ( IAsyncResult asyncResult ) : ModifyMountTargetSecurityGroupsResponse |
Finishes the asynchronous execution of the ModifyMountTargetSecurityGroups operation.
|
|
ModifyMountTargetSecurityGroups ( |
Modifies the set of security groups in effect for a mount target. When you create a mount target, Amazon EFS also creates a new network interface. For more information, see CreateMountTarget. This operation replaces the security groups in effect for the network interface associated with a mount target, with the The operation requires permissions for the following actions:
|
|
ModifyMountTargetSecurityGroupsAsync ( |
Initiates the asynchronous execution of the ModifyMountTargetSecurityGroups operation.
|
Method | Description | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void |
Customize the pipeline
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonElasticFileSystemClient ( ) : System | ||
return | System |
public AmazonElasticFileSystemClient ( |
||
credentials | AWS Credentials | |
return | System |
public AmazonElasticFileSystemClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonElasticFileSystemClient Configuration Object | |
return | System |
public AmazonElasticFileSystemClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonElasticFileSystemClient ( |
||
config | The AmazonElasticFileSystemClient Configuration Object | |
return | System |
public AmazonElasticFileSystemClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
return | System |
public AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonElasticFileSystemClient Configuration Object | |
return | System |
public AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
return | System |
public AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
return | System |
public AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonElasticFileSystemClient Configuration Object | |
return | System |
public AmazonElasticFileSystemClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
return | System |
public BeginCreateFileSystem ( |
||
request | Container for the necessary parameters to execute the CreateFileSystem operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateMountTarget ( |
||
request | Container for the necessary parameters to execute the CreateMountTarget operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginCreateTags ( |
||
request | Container for the necessary parameters to execute the CreateTags operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteFileSystem ( |
||
request | Container for the necessary parameters to execute the DeleteFileSystem operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteMountTarget ( |
||
request | Container for the necessary parameters to execute the DeleteMountTarget operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDeleteTags ( |
||
request | Container for the necessary parameters to execute the DeleteTags operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeFileSystems ( |
||
request | Container for the necessary parameters to execute the DescribeFileSystems operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeMountTargetSecurityGroups ( |
||
request | Container for the necessary parameters to execute the DescribeMountTargetSecurityGroups operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeMountTargets ( |
||
request | Container for the necessary parameters to execute the DescribeMountTargets operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginDescribeTags ( |
||
request | Container for the necessary parameters to execute the DescribeTags operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public BeginModifyMountTargetSecurityGroups ( |
||
request | Container for the necessary parameters to execute the ModifyMountTargetSecurityGroups operation on AmazonElasticFileSystemClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
return | IAsyncResult |
public CreateFileSystem ( |
||
request | Container for the necessary parameters to execute the CreateFileSystem service method. | |
return |
public CreateFileSystem ( string creationToken ) : |
||
creationToken | string | String of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent creation. |
return |
public CreateFileSystemAsync ( |
||
request | Container for the necessary parameters to execute the CreateFileSystem operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateFileSystemAsync ( string creationToken, System cancellationToken = default(CancellationToken) ) : Task |
||
creationToken | string | String of up to 64 ASCII characters. Amazon EFS uses this to ensure idempotent creation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public CreateMountTarget ( |
||
request | Container for the necessary parameters to execute the CreateMountTarget service method. | |
return |
public CreateMountTargetAsync ( |
||
request | Container for the necessary parameters to execute the CreateMountTarget operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CreateSigner ( ) : |
||
return |
public CreateTags ( |
||
request | Container for the necessary parameters to execute the CreateTags service method. | |
return | CreateTagsResponse |
public CreateTagsAsync ( |
||
request | Container for the necessary parameters to execute the CreateTags operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
protected CustomizeRuntimePipeline ( RuntimePipeline pipeline ) : void | ||
pipeline | RuntimePipeline | |
return | void |
public DeleteFileSystem ( |
||
request | Container for the necessary parameters to execute the DeleteFileSystem service method. | |
return | DeleteFileSystemResponse |
public DeleteFileSystem ( string fileSystemId ) : DeleteFileSystemResponse | ||
fileSystemId | string | ID of the file system you want to delete. |
return | DeleteFileSystemResponse |
public DeleteFileSystemAsync ( |
||
request | Container for the necessary parameters to execute the DeleteFileSystem operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteFileSystemAsync ( string fileSystemId, System cancellationToken = default(CancellationToken) ) : Task |
||
fileSystemId | string | ID of the file system you want to delete. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteMountTarget ( |
||
request | Container for the necessary parameters to execute the DeleteMountTarget service method. | |
return | DeleteMountTargetResponse |
public DeleteMountTarget ( string mountTargetId ) : DeleteMountTargetResponse | ||
mountTargetId | string | ID of the mount target to delete (String). |
return | DeleteMountTargetResponse |
public DeleteMountTargetAsync ( |
||
request | Container for the necessary parameters to execute the DeleteMountTarget operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteMountTargetAsync ( string mountTargetId, System cancellationToken = default(CancellationToken) ) : Task |
||
mountTargetId | string | ID of the mount target to delete (String). |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DeleteTags ( |
||
request | Container for the necessary parameters to execute the DeleteTags service method. | |
return | DeleteTagsResponse |
public DeleteTagsAsync ( |
||
request | Container for the necessary parameters to execute the DeleteTags operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeFileSystems ( |
||
request | Container for the necessary parameters to execute the DescribeFileSystems service method. | |
return |
public DescribeFileSystemsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeFileSystems operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeMountTargetSecurityGroups ( |
||
request | Container for the necessary parameters to execute the DescribeMountTargetSecurityGroups service method. | |
return |
public DescribeMountTargetSecurityGroups ( string mountTargetId ) : |
||
mountTargetId | string | ID of the mount target whose security groups you want to retrieve. |
return |
public DescribeMountTargetSecurityGroupsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeMountTargetSecurityGroups operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeMountTargetSecurityGroupsAsync ( string mountTargetId, System cancellationToken = default(CancellationToken) ) : Task |
||
mountTargetId | string | ID of the mount target whose security groups you want to retrieve. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeMountTargets ( |
||
request | Container for the necessary parameters to execute the DescribeMountTargets service method. | |
return | Amazon.ElasticFileSystem.Model.DescribeMountTargetsResponse |
public DescribeMountTargets ( string fileSystemId ) : Amazon.ElasticFileSystem.Model.DescribeMountTargetsResponse | ||
fileSystemId | string | (Optional) ID of the file system whose mount targets you want to list (String). It must be included in your request if MountTargetId is not included. |
return | Amazon.ElasticFileSystem.Model.DescribeMountTargetsResponse |
public DescribeMountTargetsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeMountTargets operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeMountTargetsAsync ( string fileSystemId, System cancellationToken = default(CancellationToken) ) : Task |
||
fileSystemId | string | (Optional) ID of the file system whose mount targets you want to list (String). It must be included in your request if MountTargetId is not included. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeTags ( |
||
request | Container for the necessary parameters to execute the DescribeTags service method. | |
return | Amazon.ElasticFileSystem.Model.DescribeTagsResponse |
public DescribeTags ( string fileSystemId ) : Amazon.ElasticFileSystem.Model.DescribeTagsResponse | ||
fileSystemId | string | ID of the file system whose tag set you want to retrieve. |
return | Amazon.ElasticFileSystem.Model.DescribeTagsResponse |
public DescribeTagsAsync ( |
||
request | Container for the necessary parameters to execute the DescribeTags operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public DescribeTagsAsync ( string fileSystemId, System cancellationToken = default(CancellationToken) ) : Task |
||
fileSystemId | string | ID of the file system whose tag set you want to retrieve. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |
public EndCreateFileSystem ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateFileSystem. |
return |
public EndCreateMountTarget ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateMountTarget. |
return |
public EndCreateTags ( IAsyncResult asyncResult ) : CreateTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateTags. |
return | CreateTagsResponse |
public EndDeleteFileSystem ( IAsyncResult asyncResult ) : DeleteFileSystemResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteFileSystem. |
return | DeleteFileSystemResponse |
public EndDeleteMountTarget ( IAsyncResult asyncResult ) : DeleteMountTargetResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteMountTarget. |
return | DeleteMountTargetResponse |
public EndDeleteTags ( IAsyncResult asyncResult ) : DeleteTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteTags. |
return | DeleteTagsResponse |
public EndDescribeFileSystems ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeFileSystems. |
return |
public EndDescribeMountTargetSecurityGroups ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeMountTargetSecurityGroups. |
return |
public EndDescribeMountTargets ( IAsyncResult asyncResult ) : Amazon.ElasticFileSystem.Model.DescribeMountTargetsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeMountTargets. |
return | Amazon.ElasticFileSystem.Model.DescribeMountTargetsResponse |
public EndDescribeTags ( IAsyncResult asyncResult ) : Amazon.ElasticFileSystem.Model.DescribeTagsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeTags. |
return | Amazon.ElasticFileSystem.Model.DescribeTagsResponse |
public EndModifyMountTargetSecurityGroups ( IAsyncResult asyncResult ) : ModifyMountTargetSecurityGroupsResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginModifyMountTargetSecurityGroups. |
return | ModifyMountTargetSecurityGroupsResponse |
public ModifyMountTargetSecurityGroups ( |
||
request | Container for the necessary parameters to execute the ModifyMountTargetSecurityGroups service method. | |
return | ModifyMountTargetSecurityGroupsResponse |
public ModifyMountTargetSecurityGroupsAsync ( |
||
request | Container for the necessary parameters to execute the ModifyMountTargetSecurityGroups operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
return | Task |