Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ModifyIdentityIdFormatResult> |
AmazonEC2Async.modifyIdentityIdFormatAsync(ModifyIdentityIdFormatRequest modifyIdentityIdFormatRequest,
AsyncHandler<ModifyIdentityIdFormatRequest,ModifyIdentityIdFormatResult> asyncHandler)
Modifies the ID format of a resource for the specified IAM user, IAM
role, or root user.
|
Future<ModifyIdentityIdFormatResult> |
AbstractAmazonEC2Async.modifyIdentityIdFormatAsync(ModifyIdentityIdFormatRequest request,
AsyncHandler<ModifyIdentityIdFormatRequest,ModifyIdentityIdFormatResult> asyncHandler) |
Future<ModifyIdentityIdFormatResult> |
AmazonEC2AsyncClient.modifyIdentityIdFormatAsync(ModifyIdentityIdFormatRequest request,
AsyncHandler<ModifyIdentityIdFormatRequest,ModifyIdentityIdFormatResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifyIdentityIdFormatRequest |
ModifyIdentityIdFormatRequest.clone() |
ModifyIdentityIdFormatRequest |
ModifyIdentityIdFormatRequest.withPrincipalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root
user.
|
ModifyIdentityIdFormatRequest |
ModifyIdentityIdFormatRequest.withResource(String resource)
The type of resource.
|
ModifyIdentityIdFormatRequest |
ModifyIdentityIdFormatRequest.withUseLongIds(Boolean useLongIds)
Indicates whether the resource should use longer IDs (17-character IDs)
|
Modifier and Type | Method and Description |
---|---|
Request<ModifyIdentityIdFormatRequest> |
ModifyIdentityIdFormatRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2016. All rights reserved.