Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifySnapshotTierResult> |
AbstractAmazonEC2Async.modifySnapshotTierAsync(ModifySnapshotTierRequest request,
AsyncHandler<ModifySnapshotTierRequest,ModifySnapshotTierResult> asyncHandler) |
Future<ModifySnapshotTierResult> |
AmazonEC2AsyncClient.modifySnapshotTierAsync(ModifySnapshotTierRequest request,
AsyncHandler<ModifySnapshotTierRequest,ModifySnapshotTierResult> asyncHandler) |
Future<ModifySnapshotTierResult> |
AmazonEC2Async.modifySnapshotTierAsync(ModifySnapshotTierRequest modifySnapshotTierRequest,
AsyncHandler<ModifySnapshotTierRequest,ModifySnapshotTierResult> asyncHandler)
Archives an Amazon EBS snapshot.
|
Modifier and Type | Method and Description |
---|---|
ModifySnapshotTierRequest |
ModifySnapshotTierRequest.clone() |
ModifySnapshotTierRequest |
ModifySnapshotTierRequest.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
ModifySnapshotTierRequest |
ModifySnapshotTierRequest.withStorageTier(String storageTier)
The name of the storage tier.
|
ModifySnapshotTierRequest |
ModifySnapshotTierRequest.withStorageTier(TargetStorageTier storageTier)
The name of the storage tier.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifySnapshotTierRequest> |
ModifySnapshotTierRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.