| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default GetEbsDefaultKmsKeyIdResponse |
Ec2Client.getEbsDefaultKmsKeyId(Consumer<GetEbsDefaultKmsKeyIdRequest.Builder> getEbsDefaultKmsKeyIdRequest)
Describes 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 GetEbsDefaultKmsKeyIdResponse |
Ec2Client.getEbsDefaultKmsKeyId(GetEbsDefaultKmsKeyIdRequest getEbsDefaultKmsKeyIdRequest)
Describes 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<GetEbsDefaultKmsKeyIdResponse> |
Ec2AsyncClient.getEbsDefaultKmsKeyId(Consumer<GetEbsDefaultKmsKeyIdRequest.Builder> getEbsDefaultKmsKeyIdRequest)
Describes 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<GetEbsDefaultKmsKeyIdResponse> |
Ec2AsyncClient.getEbsDefaultKmsKeyId(GetEbsDefaultKmsKeyIdRequest getEbsDefaultKmsKeyIdRequest)
Describes 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.