| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
GetEbsDefaultKmsKeyIdResult |
AmazonEC2Client.getEbsDefaultKmsKeyId(GetEbsDefaultKmsKeyIdRequest request)
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.
|
GetEbsDefaultKmsKeyIdResult |
AbstractAmazonEC2.getEbsDefaultKmsKeyId(GetEbsDefaultKmsKeyIdRequest request) |
GetEbsDefaultKmsKeyIdResult |
AmazonEC2.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 |
|---|---|
Future<GetEbsDefaultKmsKeyIdResult> |
AmazonEC2AsyncClient.getEbsDefaultKmsKeyIdAsync(GetEbsDefaultKmsKeyIdRequest request,
AsyncHandler<GetEbsDefaultKmsKeyIdRequest,GetEbsDefaultKmsKeyIdResult> asyncHandler) |
Future<GetEbsDefaultKmsKeyIdResult> |
AmazonEC2Async.getEbsDefaultKmsKeyIdAsync(GetEbsDefaultKmsKeyIdRequest getEbsDefaultKmsKeyIdRequest,
AsyncHandler<GetEbsDefaultKmsKeyIdRequest,GetEbsDefaultKmsKeyIdResult> asyncHandler)
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.
|
Future<GetEbsDefaultKmsKeyIdResult> |
AbstractAmazonEC2Async.getEbsDefaultKmsKeyIdAsync(GetEbsDefaultKmsKeyIdRequest request,
AsyncHandler<GetEbsDefaultKmsKeyIdRequest,GetEbsDefaultKmsKeyIdResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEbsDefaultKmsKeyIdResult |
GetEbsDefaultKmsKeyIdResult.clone() |
GetEbsDefaultKmsKeyIdResult |
GetEbsDefaultKmsKeyIdResult.withKmsKeyId(String kmsKeyId)
The full ARN of the default CMK that your account uses to encrypt an EBS volume when no CMK is specified in the
API call that creates the volume.
|
Copyright © 2019. All rights reserved.