Uses of Class
software.amazon.awssdk.services.ec2.model.ModifyIdentityIdFormatResponse
Packages that use ModifyIdentityIdFormatResponse
-
Uses of ModifyIdentityIdFormatResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return ModifyIdentityIdFormatResponseModifier and TypeMethodDescriptiondefault 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.default ModifyIdentityIdFormatResponseEc2Client.modifyIdentityIdFormat(ModifyIdentityIdFormatRequest 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.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type ModifyIdentityIdFormatResponseModifier 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.Ec2AsyncClient.modifyIdentityIdFormat(ModifyIdentityIdFormatRequest 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.