Uses of Class
software.amazon.awssdk.services.fsx.model.DescribeBackupsResponse
-
Packages that use DescribeBackupsResponse 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 DescribeBackupsResponse in software.amazon.awssdk.services.fsx
Methods in software.amazon.awssdk.services.fsx that return DescribeBackupsResponse Modifier and Type Method Description default DescribeBackupsResponseFSxClient. describeBackups()Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default DescribeBackupsResponseFSxClient. describeBackups(Consumer<DescribeBackupsRequest.Builder> 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.Methods in software.amazon.awssdk.services.fsx that return types with arguments of type DescribeBackupsResponse Modifier and Type Method Description default CompletableFuture<DescribeBackupsResponse>FSxAsyncClient. describeBackups()Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default CompletableFuture<DescribeBackupsResponse>FSxAsyncClient. describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup.default CompletableFuture<DescribeBackupsResponse>FSxAsyncClient. describeBackups(DescribeBackupsRequest describeBackupsRequest)Returns the description of a specific Amazon FSx backup, if aBackupIdsvalue is provided for that backup. -
Uses of DescribeBackupsResponse in software.amazon.awssdk.services.fsx.paginators
Methods in software.amazon.awssdk.services.fsx.paginators that return types with arguments of type DescribeBackupsResponse Modifier and Type Method Description Iterator<DescribeBackupsResponse>DescribeBackupsIterable. iterator()Method parameters in software.amazon.awssdk.services.fsx.paginators with type arguments of type DescribeBackupsResponse Modifier and Type Method Description voidDescribeBackupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeBackupsResponse> subscriber)
-