Uses of Class
com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
-
Packages that use DescribeFileSystemsRequest Package Description com.amazonaws.services.elasticfilesystem com.amazonaws.services.elasticfilesystem.model -
-
Uses of DescribeFileSystemsRequest in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem with parameters of type DescribeFileSystemsRequest Modifier and Type Method Description DescribeFileSystemsResultAbstractAmazonElasticFileSystem. describeFileSystems(DescribeFileSystemsRequest request)DescribeFileSystemsResultAmazonElasticFileSystem. describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided; otherwise, returns descriptions of all file systems owned by the caller's AWS account in the AWS region of the endpoint that you're calling.DescribeFileSystemsResultAmazonElasticFileSystemClient. describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided; otherwise, returns descriptions of all file systems owned by the caller's AWS account in the AWS region of the endpoint that you're calling.Future<DescribeFileSystemsResult>AbstractAmazonElasticFileSystemAsync. describeFileSystemsAsync(DescribeFileSystemsRequest request)Future<DescribeFileSystemsResult>AbstractAmazonElasticFileSystemAsync. describeFileSystemsAsync(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)Future<DescribeFileSystemsResult>AmazonElasticFileSystemAsync. describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided; otherwise, returns descriptions of all file systems owned by the caller's AWS account in the AWS region of the endpoint that you're calling.Future<DescribeFileSystemsResult>AmazonElasticFileSystemAsync. describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided; otherwise, returns descriptions of all file systems owned by the caller's AWS account in the AWS region of the endpoint that you're calling.Future<DescribeFileSystemsResult>AmazonElasticFileSystemAsyncClient. describeFileSystemsAsync(DescribeFileSystemsRequest request)Future<DescribeFileSystemsResult>AmazonElasticFileSystemAsyncClient. describeFileSystemsAsync(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type DescribeFileSystemsRequest Modifier and Type Method Description Future<DescribeFileSystemsResult>AbstractAmazonElasticFileSystemAsync. describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.Future<DescribeFileSystemsResult>AbstractAmazonElasticFileSystemAsync. describeFileSystemsAsync(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)Future<DescribeFileSystemsResult>AmazonElasticFileSystemAsync. describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.Future<DescribeFileSystemsResult>AmazonElasticFileSystemAsync. describeFileSystemsAsync(DescribeFileSystemsRequest describeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided; otherwise, returns descriptions of all file systems owned by the caller's AWS account in the AWS region of the endpoint that you're calling.Future<DescribeFileSystemsResult>AmazonElasticFileSystemAsyncClient. describeFileSystemsAsync(AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler)Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.Future<DescribeFileSystemsResult>AmazonElasticFileSystemAsyncClient. describeFileSystemsAsync(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest,DescribeFileSystemsResult> asyncHandler) -
Uses of DescribeFileSystemsRequest in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return DescribeFileSystemsRequest Modifier and Type Method Description DescribeFileSystemsRequestDescribeFileSystemsRequest. clone()DescribeFileSystemsRequestDescribeFileSystemsRequest. withCreationToken(String creationToken)Optional string.DescribeFileSystemsRequestDescribeFileSystemsRequest. withFileSystemId(String fileSystemId)Optional string.DescribeFileSystemsRequestDescribeFileSystemsRequest. withMarker(String marker)Optional string.DescribeFileSystemsRequestDescribeFileSystemsRequest. withMaxItems(Integer maxItems)Optional integer.
-