Uses of Interface
software.amazon.awssdk.services.ec2.model.ModifyIdentityIdFormatRequest.Builder
-
Packages that use ModifyIdentityIdFormatRequest.Builder Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud software.amazon.awssdk.services.ec2.model -
-
Uses of ModifyIdentityIdFormatRequest.Builder in software.amazon.awssdk.services.ec2
Method parameters in software.amazon.awssdk.services.ec2 with type arguments of type ModifyIdentityIdFormatRequest.Builder Modifier and Type Method 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 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.Builder Modifier and Type Method Description static ModifyIdentityIdFormatRequest.BuilderModifyIdentityIdFormatRequest. builder()ModifyIdentityIdFormatRequest.BuilderModifyIdentityIdFormatRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyIdentityIdFormatRequest.BuilderModifyIdentityIdFormatRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyIdentityIdFormatRequest.BuilderModifyIdentityIdFormatRequest.Builder. principalArn(String principalArn)The ARN of the principal, which can be an IAM user, IAM role, or the root user.ModifyIdentityIdFormatRequest.BuilderModifyIdentityIdFormatRequest.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.BuilderModifyIdentityIdFormatRequest. toBuilder()ModifyIdentityIdFormatRequest.BuilderModifyIdentityIdFormatRequest.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.Builder Modifier and Type Method Description static Class<? extends ModifyIdentityIdFormatRequest.Builder>ModifyIdentityIdFormatRequest. serializableBuilderClass()
-