| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default ModifyEbsDefaultKmsKeyIdResponse |
Ec2Client.modifyEbsDefaultKmsKeyId(Consumer<ModifyEbsDefaultKmsKeyIdRequest.Builder> modifyEbsDefaultKmsKeyIdRequest)
Changes the default customer master key (CMK) that your account uses to encrypt EBS volumes if you don't specify
a CMK in the API call.
|
default ModifyEbsDefaultKmsKeyIdResponse |
Ec2Client.modifyEbsDefaultKmsKeyId(ModifyEbsDefaultKmsKeyIdRequest modifyEbsDefaultKmsKeyIdRequest)
Changes the default customer master key (CMK) that your account uses to encrypt EBS volumes if you don't specify
a CMK in the API call.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyEbsDefaultKmsKeyIdResponse> |
Ec2AsyncClient.modifyEbsDefaultKmsKeyId(Consumer<ModifyEbsDefaultKmsKeyIdRequest.Builder> modifyEbsDefaultKmsKeyIdRequest)
Changes the default customer master key (CMK) that your account uses to encrypt EBS volumes if you don't specify
a CMK in the API call.
|
default CompletableFuture<ModifyEbsDefaultKmsKeyIdResponse> |
Ec2AsyncClient.modifyEbsDefaultKmsKeyId(ModifyEbsDefaultKmsKeyIdRequest modifyEbsDefaultKmsKeyIdRequest)
Changes the default customer master key (CMK) that your account uses to encrypt EBS volumes if you don't specify
a CMK in the API call.
|
Copyright © 2019. All rights reserved.