Uses of Class
software.amazon.awssdk.services.fsx.model.DescribeFileSystemsResponse
-
Packages that use DescribeFileSystemsResponse 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 -
-
Uses of DescribeFileSystemsResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DescribeFileSystemsResponse Modifier and Type Method Description default DescribeFileSystemsResponseFSxClient. describeFileSystems()Returns the description of specific Amazon FSx file systems, if aFileSystemIdsvalue is provided for that file system.default DescribeFileSystemsResponseFSxClient. describeFileSystems(Consumer<DescribeFileSystemsRequest.Builder> 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.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type DescribeFileSystemsResponse Modifier and Type Method Description default CompletableFuture<DescribeFileSystemsResponse>FSxAsyncClient. describeFileSystems()Returns the description of specific Amazon FSx file systems, if aFileSystemIdsvalue is provided for that file system.default CompletableFuture<DescribeFileSystemsResponse>FSxAsyncClient. describeFileSystems(Consumer<DescribeFileSystemsRequest.Builder> describeFileSystemsRequest)Returns the description of specific Amazon FSx file systems, if aFileSystemIdsvalue is provided for that file system.default CompletableFuture<DescribeFileSystemsResponse>FSxAsyncClient. describeFileSystems(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of specific Amazon FSx file systems, if aFileSystemIdsvalue is provided for that file system. -
Uses of DescribeFileSystemsResponse in software.amazon.awssdk.services.fsx.paginators
Methods in software.amazon.awssdk.services.fsx.paginators that return types with arguments of type DescribeFileSystemsResponse Modifier and Type Method Description Iterator<DescribeFileSystemsResponse>DescribeFileSystemsIterable. iterator()Method parameters in software.amazon.awssdk.services.fsx.paginators with type arguments of type DescribeFileSystemsResponse Modifier and Type Method Description voidDescribeFileSystemsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeFileSystemsResponse> subscriber)
-