| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribePrincipalIdFormatResponse |
Ec2Client.describePrincipalIdFormat()
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 DescribePrincipalIdFormatResponse |
Ec2Client.describePrincipalIdFormat(DescribePrincipalIdFormatRequest 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 |
|---|---|
default CompletableFuture<DescribePrincipalIdFormatResponse> |
Ec2AsyncClient.describePrincipalIdFormat()
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 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 CompletableFuture<DescribePrincipalIdFormatResponse> |
Ec2AsyncClient.describePrincipalIdFormat(DescribePrincipalIdFormatRequest 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 |
|---|---|
Iterator<DescribePrincipalIdFormatResponse> |
DescribePrincipalIdFormatIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePrincipalIdFormatPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribePrincipalIdFormatResponse> subscriber) |
Copyright © 2022. All rights reserved.