| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudhsmv2 |
For more information about AWS CloudHSM, see AWS CloudHSM and the AWS CloudHSM User Guide.
|
| software.amazon.awssdk.services.cloudhsmv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBackupsResponse |
CloudHsmV2Client.describeBackups()
Gets information about backups of AWS CloudHSM clusters.
|
default DescribeBackupsResponse |
CloudHsmV2Client.describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)
Gets information about backups of AWS CloudHSM clusters.
|
default DescribeBackupsResponse |
CloudHsmV2Client.describeBackups(DescribeBackupsRequest describeBackupsRequest)
Gets information about backups of AWS CloudHSM clusters.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeBackupsResponse> |
CloudHsmV2AsyncClient.describeBackups()
Gets information about backups of AWS CloudHSM clusters.
|
default CompletableFuture<DescribeBackupsResponse> |
CloudHsmV2AsyncClient.describeBackups(Consumer<DescribeBackupsRequest.Builder> describeBackupsRequest)
Gets information about backups of AWS CloudHSM clusters.
|
default CompletableFuture<DescribeBackupsResponse> |
CloudHsmV2AsyncClient.describeBackups(DescribeBackupsRequest describeBackupsRequest)
Gets information about backups of AWS CloudHSM clusters.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeBackupsResponse> |
DescribeBackupsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBackupsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeBackupsResponse> subscriber) |
Copyright © 2023. All rights reserved.