Uses of Class
com.amazonaws.services.elasticfilesystem.model.DescribeFileSystemsRequest
Packages that use DescribeFileSystemsRequest
Package
Description
-
Uses of DescribeFileSystemsRequest in com.amazonaws.services.elasticfilesystem
Methods in com.amazonaws.services.elasticfilesystem with parameters of type DescribeFileSystemsRequestModifier and TypeMethodDescriptionAbstractAmazonElasticFileSystem.describeFileSystems(DescribeFileSystemsRequest request) AmazonElasticFileSystem.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.AmazonElasticFileSystemClient.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.AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request) AbstractAmazonElasticFileSystemAsync.describeFileSystemsAsync(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) 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.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.AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request) AmazonElasticFileSystemAsyncClient.describeFileSystemsAsync(DescribeFileSystemsRequest request, AsyncHandler<DescribeFileSystemsRequest, DescribeFileSystemsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticfilesystem with type arguments of type DescribeFileSystemsRequestModifier 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 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.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 DescribeFileSystemsRequest in com.amazonaws.services.elasticfilesystem.model
Methods in com.amazonaws.services.elasticfilesystem.model that return DescribeFileSystemsRequestModifier and TypeMethodDescriptionDescribeFileSystemsRequest.clone()DescribeFileSystemsRequest.withCreationToken(String creationToken) Optional string.DescribeFileSystemsRequest.withFileSystemId(String fileSystemId) Optional string.DescribeFileSystemsRequest.withMarker(String marker) Optional string.DescribeFileSystemsRequest.withMaxItems(Integer maxItems) Optional integer.