Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<DescribeIdentityIdFormatResult> |
AbstractAmazonEC2Async.describeIdentityIdFormatAsync(DescribeIdentityIdFormatRequest request,
AsyncHandler<DescribeIdentityIdFormatRequest,DescribeIdentityIdFormatResult> asyncHandler) |
Future<DescribeIdentityIdFormatResult> |
AmazonEC2Async.describeIdentityIdFormatAsync(DescribeIdentityIdFormatRequest describeIdentityIdFormatRequest,
AsyncHandler<DescribeIdentityIdFormatRequest,DescribeIdentityIdFormatResult> asyncHandler)
Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.
|
Future<DescribeIdentityIdFormatResult> |
AmazonEC2AsyncClient.describeIdentityIdFormatAsync(DescribeIdentityIdFormatRequest request,
AsyncHandler<DescribeIdentityIdFormatRequest,DescribeIdentityIdFormatResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeIdentityIdFormatRequest |
DescribeIdentityIdFormatRequest.clone() |
DescribeIdentityIdFormatRequest |
DescribeIdentityIdFormatRequest.withPrincipalArn(String principalArn)
The ARN of the principal, which can be an IAM role, IAM user, or the root user.
|
DescribeIdentityIdFormatRequest |
DescribeIdentityIdFormatRequest.withResource(String resource)
The type of resource:
bundle | conversion-task | customer-gateway |
dhcp-options | elastic-ip-allocation | elastic-ip-association |
export-task | flow-log | image | import-task |
instance | internet-gateway | network-acl |
network-acl-association | network-interface | network-interface-attachment
| prefix-list | reservation | route-table |
route-table-association | security-group | snapshot | subnet
| subnet-cidr-block-association | volume | vpc |
vpc-cidr-block-association | vpc-endpoint | vpc-peering-connection |
vpn-connection | vpn-gateway |
Modifier and Type | Method and Description |
---|---|
Request<DescribeIdentityIdFormatRequest> |
DescribeIdentityIdFormatRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2021. All rights reserved.