Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyIdentityIdFormatRequest.Builder
Packages that use ModifyIdentityIdFormatRequest.Builder
Package
Description
-
Uses of ModifyIdentityIdFormatRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyIdentityIdFormatRequest.BuilderModifier and TypeMethodDescriptionEc2AsyncClient.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 ModifyIdentityIdFormatResponseEc2Client.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. -
Uses of ModifyIdentityIdFormatRequest.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ModifyIdentityIdFormatRequest.BuilderModifier and TypeMethodDescriptionModifyIdentityIdFormatRequest.builder()ModifyIdentityIdFormatRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyIdentityIdFormatRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyIdentityIdFormatRequest.Builder.principalArn(String principalArn) The ARN of the principal, which can be an IAM user, IAM role, 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|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.toBuilder()ModifyIdentityIdFormatRequest.Builder.useLongIds(Boolean useLongIds) Indicates whether the resource should use longer IDs (17-character IDs)Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ModifyIdentityIdFormatRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyIdentityIdFormatRequest.Builder>ModifyIdentityIdFormatRequest.serializableBuilderClass()