Uses of Class
software.amazon.awssdk.services.fsx.model.DescribeFileSystemsRequest
-
Packages that use DescribeFileSystemsRequest Package Description software.amazon.awssdk.services.fsx Amazon FSx is a fully managed service that makes it easy for storage and application administrators to launch and use shared file storage.software.amazon.awssdk.services.fsx.paginators software.amazon.awssdk.services.fsx.transform -
-
Uses of DescribeFileSystemsRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type DescribeFileSystemsRequest Modifier and Type Method Description default CompletableFuture<DescribeFileSystemsResponse>FSxAsyncClient. describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of specific Amazon FSx file systems, if aFileSystemIdsvalue is provided for that file system.default DescribeFileSystemsResponseFSxClient. describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of specific Amazon FSx file systems, if aFileSystemIdsvalue is provided for that file system.default DescribeFileSystemsPublisherFSxAsyncClient. describeFileSystemsPaginator(DescribeFileSystemsRequest describeFileSystemsRequest)This is a variant ofFSxAsyncClient.describeFileSystems(software.amazon.awssdk.services.fsx.model.DescribeFileSystemsRequest)operation.default DescribeFileSystemsIterableFSxClient. describeFileSystemsPaginator(DescribeFileSystemsRequest describeFileSystemsRequest)This is a variant ofFSxClient.describeFileSystems(software.amazon.awssdk.services.fsx.model.DescribeFileSystemsRequest)operation. -
Uses of DescribeFileSystemsRequest in software.amazon.awssdk.services.fsx.paginators
Constructors in software.amazon.awssdk.services.fsx.paginators with parameters of type DescribeFileSystemsRequest Constructor Description DescribeFileSystemsIterable(FSxClient client, DescribeFileSystemsRequest firstRequest)DescribeFileSystemsPublisher(FSxAsyncClient client, DescribeFileSystemsRequest firstRequest) -
Uses of DescribeFileSystemsRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type DescribeFileSystemsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeFileSystemsRequestMarshaller. marshall(DescribeFileSystemsRequest describeFileSystemsRequest)
-