Uses of Class
software.amazon.awssdk.services.fsx.paginators.DescribeBackupsIterable
-
Packages that use DescribeBackupsIterable 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 DescribeBackupsIterable in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DescribeBackupsIterable Modifier and Type Method Description default DescribeBackupsIterableFSxClient. describeBackupsPaginator()Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default DescribeBackupsIterableFSxClient. describeBackupsPaginator(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default DescribeBackupsIterableFSxClient. describeBackupsPaginator(DescribeBackupsRequest describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.
-