| Package | Description |
|---|---|
| com.amazonaws.services.ec2 |
|
| com.amazonaws.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ModifyIdFormatResult> |
AmazonEC2Async.modifyIdFormatAsync(ModifyIdFormatRequest modifyIdFormatRequest,
AsyncHandler<ModifyIdFormatRequest,ModifyIdFormatResult> asyncHandler)
Modifies the ID format for the specified resource on a per-region basis.
|
Future<ModifyIdFormatResult> |
AbstractAmazonEC2Async.modifyIdFormatAsync(ModifyIdFormatRequest request,
AsyncHandler<ModifyIdFormatRequest,ModifyIdFormatResult> asyncHandler) |
Future<ModifyIdFormatResult> |
AmazonEC2AsyncClient.modifyIdFormatAsync(ModifyIdFormatRequest request,
AsyncHandler<ModifyIdFormatRequest,ModifyIdFormatResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ModifyIdFormatRequest |
ModifyIdFormatRequest.clone() |
ModifyIdFormatRequest |
ModifyIdFormatRequest.withResource(String resource)
The type of resource:
bundle | conversion-task | dhcp-options |
elastic-ip-allocation | elastic-ip-association | export-task |
flow-log | image | import-task | internet-gateway |
network-acl | network-acl-association | network-interface |
network-interface-attachment | prefix-list | route-table |
route-table-association | security-group | subnet |
subnet-cidr-block-association | vpc | vpc-cidr-block-association |
vpc-peering-connection. |
ModifyIdFormatRequest |
ModifyIdFormatRequest.withUseLongIds(Boolean useLongIds)
Indicate whether the resource should use longer IDs (17-character IDs).
|
| Modifier and Type | Method and Description |
|---|---|
Request<ModifyIdFormatRequest> |
ModifyIdFormatRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.