| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeIdentityIdFormatResponse |
Ec2Client.describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest)
Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.
|
default CompletableFuture<DescribeIdentityIdFormatResponse> |
Ec2AsyncClient.describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest)
Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeIdentityIdFormatRequest.Builder |
DescribeIdentityIdFormatRequest.builder() |
DescribeIdentityIdFormatRequest.Builder |
DescribeIdentityIdFormatRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeIdentityIdFormatRequest.Builder |
DescribeIdentityIdFormatRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeIdentityIdFormatRequest.Builder |
DescribeIdentityIdFormatRequest.Builder.principalArn(String principalArn)
The ARN of the principal, which can be an IAM role, IAM user, or the root user.
|
DescribeIdentityIdFormatRequest.Builder |
DescribeIdentityIdFormatRequest.Builder.resource(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 |
DescribeIdentityIdFormatRequest.Builder |
DescribeIdentityIdFormatRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeIdentityIdFormatRequest.Builder> |
DescribeIdentityIdFormatRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.