| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribePrincipalIdFormatResponse> |
Ec2AsyncClient.describePrincipalIdFormat(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest)
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified
a longer ID (17-character ID) preference.
|
default DescribePrincipalIdFormatResponse |
Ec2Client.describePrincipalIdFormat(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest)
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified
a longer ID (17-character ID) preference.
|
default DescribePrincipalIdFormatPublisher |
Ec2AsyncClient.describePrincipalIdFormatPaginator(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest)
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified
a longer ID (17-character ID) preference.
|
default DescribePrincipalIdFormatIterable |
Ec2Client.describePrincipalIdFormatPaginator(Consumer<DescribePrincipalIdFormatRequest.Builder> describePrincipalIdFormatRequest)
Describes the ID format settings for the root user and all IAM roles and IAM users that have explicitly specified
a longer ID (17-character ID) preference.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribePrincipalIdFormatRequest.Builder |
DescribePrincipalIdFormatRequest.builder() |
DescribePrincipalIdFormatRequest.Builder |
DescribePrincipalIdFormatRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
DescribePrincipalIdFormatRequest.Builder |
DescribePrincipalIdFormatRequest.Builder.nextToken(String nextToken)
The token to request the next page of results.
|
DescribePrincipalIdFormatRequest.Builder |
DescribePrincipalIdFormatRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribePrincipalIdFormatRequest.Builder |
DescribePrincipalIdFormatRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribePrincipalIdFormatRequest.Builder |
DescribePrincipalIdFormatRequest.Builder.resources(Collection<String> resources)
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 |
DescribePrincipalIdFormatRequest.Builder |
DescribePrincipalIdFormatRequest.Builder.resources(String... resources)
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 |
DescribePrincipalIdFormatRequest.Builder |
DescribePrincipalIdFormatRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribePrincipalIdFormatRequest.Builder> |
DescribePrincipalIdFormatRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.