Uses of Class
software.amazon.awssdk.services.ec2.model.ResetEbsDefaultKmsKeyIdResponse
-
Packages that use ResetEbsDefaultKmsKeyIdResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of ResetEbsDefaultKmsKeyIdResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ResetEbsDefaultKmsKeyIdResponse Modifier and Type Method Description default ResetEbsDefaultKmsKeyIdResponseEc2Client. resetEbsDefaultKmsKeyId(Consumer<ResetEbsDefaultKmsKeyIdRequest.Builder> resetEbsDefaultKmsKeyIdRequest)Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS.default ResetEbsDefaultKmsKeyIdResponseEc2Client. resetEbsDefaultKmsKeyId(ResetEbsDefaultKmsKeyIdRequest resetEbsDefaultKmsKeyIdRequest)Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ResetEbsDefaultKmsKeyIdResponse Modifier and Type Method Description default CompletableFuture<ResetEbsDefaultKmsKeyIdResponse>Ec2AsyncClient. resetEbsDefaultKmsKeyId(Consumer<ResetEbsDefaultKmsKeyIdRequest.Builder> resetEbsDefaultKmsKeyIdRequest)Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS.default CompletableFuture<ResetEbsDefaultKmsKeyIdResponse>Ec2AsyncClient. resetEbsDefaultKmsKeyId(ResetEbsDefaultKmsKeyIdRequest resetEbsDefaultKmsKeyIdRequest)Resets the default KMS key for EBS encryption for your account in this Region to the Amazon Web Services managed KMS key for EBS.
-