Uses of Interface
software.amazon.awssdk.services.ec2.model.DescribeIdentityIdFormatRequest.Builder
Packages that use DescribeIdentityIdFormatRequest.Builder
Package
Description
-
Uses of DescribeIdentityIdFormatRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type DescribeIdentityIdFormatRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest) Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.default DescribeIdentityIdFormatResponseEc2Client.describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest) Describes the ID format settings for resources for the specified IAM user, IAM role, or root user. -
Uses of DescribeIdentityIdFormatRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return DescribeIdentityIdFormatRequest.BuilderModifier and TypeMethodDescriptionDescribeIdentityIdFormatRequest.builder()DescribeIdentityIdFormatRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeIdentityIdFormatRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeIdentityIdFormatRequest.Builder.principalArn(String principalArn) The ARN of the principal, which can be an IAM role, IAM user, or the root user.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-gatewayDescribeIdentityIdFormatRequest.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type DescribeIdentityIdFormatRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeIdentityIdFormatRequest.Builder>DescribeIdentityIdFormatRequest.serializableBuilderClass()