Uses of Class
com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsResult
Packages that use DescribeFileSystemsResult
Package
Description
-
Uses of DescribeFileSystemsResult in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem that return DescribeFileSystemsResultModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystem.describeFileSystems()
AbstractAmazonElasticFileSystem.describeFileSystems
(DescribeFileSystemsRequest request) AmazonElasticFileSystem.describeFileSystems()
Simplified method form for invoking the DescribeFileSystems operation.AmazonElasticFileSystem.describeFileSystems
(DescribeFileSystemsRequest describeFileSystemsRequest) Returns the description of a specific Amazon EFS file system if either the file systemCreationToken
or theFileSystemId
is 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.AmazonElasticFileSystemClient.describeFileSystems()
AmazonElasticFileSystemClient.describeFileSystems
(DescribeFileSystemsRequest describeFileSystemsRequest) Returns the description of a specific Amazon EFS file system if either the file systemCreationToken
or theFileSystemId
is 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.Methods in com.amazonaws.services.elasticfilesystem that return types with arguments of type DescribeFileSystemsResultModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync()
Simplified method form for invoking the DescribeFileSystems operation.AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync
(AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync
(DescribeFileSystemsRequest request) AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync
(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) AmazonElasticFileSystemAsync.describeFileSystemsAsync()
Simplified method form for invoking the DescribeFileSystems operation.AmazonElasticFileSystemAsync.describeFileSystemsAsync
(AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.AmazonElasticFileSystemAsync.describeFileSystemsAsync
(DescribeFileSystemsRequest describeFileSystemsRequest) Returns the description of a specific Amazon EFS file system if either the file systemCreationToken
or theFileSystemId
is 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.AmazonElasticFileSystemAsync.describeFileSystemsAsync
(DescribeFileSystemsRequest describeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Returns the description of a specific Amazon EFS file system if either the file systemCreationToken
or theFileSystemId
is 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.AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync()
Simplified method form for invoking the DescribeFileSystems operation.AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync
(AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync
(DescribeFileSystemsRequest request) AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync
(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type DescribeFileSystemsResultModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync
(AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync
(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) AmazonElasticFileSystemAsync.describeFileSystemsAsync
(AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.AmazonElasticFileSystemAsync.describeFileSystemsAsync
(DescribeFileSystemsRequest describeFileSystemsRequest, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Returns the description of a specific Amazon EFS file system if either the file systemCreationToken
or theFileSystemId
is 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.AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync
(AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Simplified method form for invoking the DescribeFileSystems operation with an AsyncHandler.AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync
(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) -
Uses of DescribeFileSystemsResult in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return DescribeFileSystemsResultModifier and TypeMethodDescriptionDescribeFileSystemsResult.clone()
DescribeFileSystemsResult.withFileSystems
(FileSystemDescription... fileSystems) An array of file system descriptions.DescribeFileSystemsResult.withFileSystems
(Collection<FileSystemDescription> fileSystems) An array of file system descriptions.DescribeFileSystemsResult.withMarker
(String marker) A string, present if provided by caller in the request.DescribeFileSystemsResult.withNextMarker
(String nextMarker) A string, present if there are more file systems than returned in the response.