| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ModifyIdentityIdFormatResponse> |
Ec2AsyncClient.modifyIdentityIdFormat(Consumer<ModifyIdentityIdFormatRequest.Builder> modifyIdentityIdFormatRequest)
Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all
IAM users, IAM roles, and the root user for an account.
|
default ModifyIdentityIdFormatResponse |
Ec2Client.modifyIdentityIdFormat(Consumer<ModifyIdentityIdFormatRequest.Builder> modifyIdentityIdFormatRequest)
Modifies the ID format of a resource for a specified IAM user, IAM role, or the root user for an account; or all
IAM users, IAM roles, and the root user for an account.
|
| Modifier and Type | Method and Description |
|---|---|
static ModifyIdentityIdFormatRequest.Builder |
ModifyIdentityIdFormatRequest.builder() |
ModifyIdentityIdFormatRequest.Builder |
ModifyIdentityIdFormatRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyIdentityIdFormatRequest.Builder |
ModifyIdentityIdFormatRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyIdentityIdFormatRequest.Builder |
ModifyIdentityIdFormatRequest.Builder.principalArn(String principalArn)
The ARN of the principal, which can be an IAM user, IAM role, or the root user.
|
ModifyIdentityIdFormatRequest.Builder |
ModifyIdentityIdFormatRequest.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 |
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-endpoint | vpc-peering-connection |
vpn-connection | vpn-gateway. |
ModifyIdentityIdFormatRequest.Builder |
ModifyIdentityIdFormatRequest.toBuilder() |
ModifyIdentityIdFormatRequest.Builder |
ModifyIdentityIdFormatRequest.Builder.useLongIds(Boolean useLongIds)
Indicates whether the resource should use longer IDs (17-character IDs)
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyIdentityIdFormatRequest.Builder> |
ModifyIdentityIdFormatRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.