Uses of Class
software.amazon.awssdk.services.cloudhsmv2.model.DescribeBackupsResponse
-
Packages that use DescribeBackupsResponse Package Description software.amazon.awssdk.services.cloudhsmv2 For more information about CloudHSM, see CloudHSM and the CloudHSM User Guide.software.amazon.awssdk.services.cloudhsmv2.paginators -
-
Uses of DescribeBackupsResponse in software.amazon.awssdk.services.cloudhsmv2
Methods in software.amazon.awssdk.services.cloudhsmv2 that return DescribeBackupsResponse Modifier and Type Method Description default DescribeBackupsResponseCloudHsmV2Client. describeBackups()Gets information about backups of CloudHSM clusters.default DescribeBackupsResponseCloudHsmV2Client. describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Gets information about backups of CloudHSM clusters.default DescribeBackupsResponseCloudHsmV2Client. describeBackups(DescribeBackupsRequest describeBackupsRequest)Gets information about backups of CloudHSM clusters.Methods in software.amazon.awssdk.services.cloudhsmv2 that return types with arguments of type DescribeBackupsResponse Modifier and Type Method Description default CompletableFuture<DescribeBackupsResponse>CloudHsmV2AsyncClient. describeBackups()Gets information about backups of CloudHSM clusters.default CompletableFuture<DescribeBackupsResponse>CloudHsmV2AsyncClient. describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)Gets information about backups of CloudHSM clusters.default CompletableFuture<DescribeBackupsResponse>CloudHsmV2AsyncClient. describeBackups(DescribeBackupsRequest describeBackupsRequest)Gets information about backups of CloudHSM clusters. -
Uses of DescribeBackupsResponse in software.amazon.awssdk.services.cloudhsmv2.paginators
Methods in software.amazon.awssdk.services.cloudhsmv2.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.cloudhsmv2.paginators with type arguments of type DescribeBackupsResponse Modifier and Type Method Description voidDescribeBackupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeBackupsResponse> subscriber)
-