Uses of Class
software.amazon.awssdk.services.fsx.paginators.DescribeFileSystemsIterable
-
Packages that use DescribeFileSystemsIterable 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. -
-
Uses of DescribeFileSystemsIterable in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DescribeFileSystemsIterable Modifier and Type Method Description default DescribeFileSystemsIterableFSxClient. describeFileSystemsPaginator()Returns the description of specific Amazon FSx file systems, if aFileSystemIdsvalue is provided for that file system.default DescribeFileSystemsIterableFSxClient. describeFileSystemsPaginator(Consumer<DescribeFileSystemsRequest.Builder> describeFileSystemsRequest)Returns the description of specific Amazon FSx file systems, if aFileSystemIdsvalue is provided for that file system.default DescribeFileSystemsIterableFSxClient. describeFileSystemsPaginator(DescribeFileSystemsRequest describeFileSystemsRequest)Returns the description of specific Amazon FSx file systems, if aFileSystemIdsvalue is provided for that file system.
-