Uses of Class
software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest
-
Packages that use DescribeFileSystemsRequest Package Description software.amazon.awssdk.services.efs Amazon Elastic File System software.amazon.awssdk.services.efs.paginators software.amazon.awssdk.services.efs.transform -
-
Uses of DescribeFileSystemsRequest in software.amazon.awssdk.services.efs
Methods in software.amazon.awssdk.services.efs with parameters of type DescribeFileSystemsRequest Modifier and Type Method Description default CompletableFuture<DescribeFileSystemsResponse>EfsAsyncClient. describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided.default DescribeFileSystemsResponseEfsClient. describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of a specific Amazon EFS file system if either the file systemCreationTokenor theFileSystemIdis provided.default DescribeFileSystemsPublisherEfsAsyncClient. describeFileSystemsPaginator(DescribeFileSystemsRequest describeFileSystemsRequest)This is a variant ofEfsAsyncClient.describeFileSystems(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)operation.default DescribeFileSystemsIterableEfsClient. describeFileSystemsPaginator(DescribeFileSystemsRequest describeFileSystemsRequest)This is a variant ofEfsClient.describeFileSystems(software.amazon.awssdk.services.efs.model.DescribeFileSystemsRequest)operation. -
Uses of DescribeFileSystemsRequest in software.amazon.awssdk.services.efs.paginators
Constructors in software.amazon.awssdk.services.efs.paginators with parameters of type DescribeFileSystemsRequest Constructor Description DescribeFileSystemsIterable(EfsClient client, DescribeFileSystemsRequest firstRequest)DescribeFileSystemsPublisher(EfsAsyncClient client, DescribeFileSystemsRequest firstRequest) -
Uses of DescribeFileSystemsRequest in software.amazon.awssdk.services.efs.transform
Methods in software.amazon.awssdk.services.efs.transform with parameters of type DescribeFileSystemsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeFileSystemsRequestMarshaller. marshall(DescribeFileSystemsRequest describeFileSystemsRequest)
-