Package | Description |
---|---|
software.amazon.awssdk.services.ec2 |
|
Modifier and Type | Method and Description |
---|---|
default ResetEbsDefaultKmsKeyIdResponse |
Ec2Client.resetEbsDefaultKmsKeyId(Consumer<ResetEbsDefaultKmsKeyIdRequest.Builder> resetEbsDefaultKmsKeyIdRequest)
Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS
managed CMK for EBS.
|
default ResetEbsDefaultKmsKeyIdResponse |
Ec2Client.resetEbsDefaultKmsKeyId(ResetEbsDefaultKmsKeyIdRequest resetEbsDefaultKmsKeyIdRequest)
Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS
managed CMK for EBS.
|
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<ResetEbsDefaultKmsKeyIdResponse> |
Ec2AsyncClient.resetEbsDefaultKmsKeyId(Consumer<ResetEbsDefaultKmsKeyIdRequest.Builder> resetEbsDefaultKmsKeyIdRequest)
Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS
managed CMK for EBS.
|
default CompletableFuture<ResetEbsDefaultKmsKeyIdResponse> |
Ec2AsyncClient.resetEbsDefaultKmsKeyId(ResetEbsDefaultKmsKeyIdRequest resetEbsDefaultKmsKeyIdRequest)
Resets the default customer master key (CMK) for EBS encryption for your account in this Region to the AWS
managed CMK for EBS.
|
Copyright © 2019. All rights reserved.