| Package | Description |
|---|---|
| com.amazonaws.services.cloudhsmv2 |
For more information about AWS CloudHSM, see AWS CloudHSM and the AWS CloudHSM User Guide.
|
| com.amazonaws.services.cloudhsmv2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyBackupAttributesResult> |
AWSCloudHSMV2AsyncClient.modifyBackupAttributesAsync(ModifyBackupAttributesRequest request,
AsyncHandler<ModifyBackupAttributesRequest,ModifyBackupAttributesResult> asyncHandler) |
Future<ModifyBackupAttributesResult> |
AWSCloudHSMV2Async.modifyBackupAttributesAsync(ModifyBackupAttributesRequest modifyBackupAttributesRequest,
AsyncHandler<ModifyBackupAttributesRequest,ModifyBackupAttributesResult> asyncHandler)
Modifies attributes for AWS CloudHSM backup.
|
Future<ModifyBackupAttributesResult> |
AbstractAWSCloudHSMV2Async.modifyBackupAttributesAsync(ModifyBackupAttributesRequest request,
AsyncHandler<ModifyBackupAttributesRequest,ModifyBackupAttributesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifyBackupAttributesRequest |
ModifyBackupAttributesRequest.clone() |
ModifyBackupAttributesRequest |
ModifyBackupAttributesRequest.withBackupId(String backupId)
The identifier (ID) of the backup to modify.
|
ModifyBackupAttributesRequest |
ModifyBackupAttributesRequest.withNeverExpires(Boolean neverExpires)
Specifies whether the service should exempt a backup from the retention policy for the cluster.
|
Copyright © 2021. All rights reserved.