Uses of Class
software.amazon.awssdk.services.ec2.model.ResetEbsDefaultKmsKeyIdResponse
Packages that use ResetEbsDefaultKmsKeyIdResponse
-
Uses of ResetEbsDefaultKmsKeyIdResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ResetEbsDefaultKmsKeyIdResponseModifier and TypeMethodDescriptiondefault 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 ResetEbsDefaultKmsKeyIdResponseModifier and TypeMethodDescriptionEc2AsyncClient.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.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.