Uses of Class
software.amazon.awssdk.services.fsx.model.DescribeBackupsRequest
-
Packages that use DescribeBackupsRequest 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 DescribeBackupsRequest in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx with parameters of type DescribeBackupsRequest Modifier and Type Method Description default CompletableFuture<DescribeBackupsResponse>FSxAsyncClient. describeBackups(DescribeBackupsRequest describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default DescribeBackupsResponseFSxClient. describeBackups(DescribeBackupsRequest describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default DescribeBackupsPublisherFSxAsyncClient. describeBackupsPaginator(DescribeBackupsRequest describeBackupsRequest)This is a variant ofFSxAsyncClient.describeBackups(software.amazon.awssdk.services.fsx.model.DescribeBackupsRequest)operation.default DescribeBackupsIterableFSxClient. describeBackupsPaginator(DescribeBackupsRequest describeBackupsRequest)This is a variant ofFSxClient.describeBackups(software.amazon.awssdk.services.fsx.model.DescribeBackupsRequest)operation. -
Uses of DescribeBackupsRequest in software.amazon.awssdk.services.fsx.paginators
Constructors in software.amazon.awssdk.services.fsx.paginators with parameters of type DescribeBackupsRequest Constructor Description DescribeBackupsIterable(FSxClient client, DescribeBackupsRequest firstRequest)DescribeBackupsPublisher(FSxAsyncClient client, DescribeBackupsRequest firstRequest) -
Uses of DescribeBackupsRequest in software.amazon.awssdk.services.fsx.transform
Methods in software.amazon.awssdk.services.fsx.transform with parameters of type DescribeBackupsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeBackupsRequestMarshaller. marshall(DescribeBackupsRequest describeBackupsRequest)
-