Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeIdentityIdFormatResponse
Packages that use DescribeIdentityIdFormatResponse
-
Uses of DescribeIdentityIdFormatResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeIdentityIdFormatResponseModifier and TypeMethodDescriptiondefault DescribeIdentityIdFormatResponseEc2Client.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(DescribeIdentityIdFormatRequest describeIdentityIdFormatRequest) Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeIdentityIdFormatResponseModifier and TypeMethodDescriptionEc2AsyncClient.describeIdentityIdFormat(Consumer<DescribeIdentityIdFormatRequest.Builder> describeIdentityIdFormatRequest) Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.Ec2AsyncClient.describeIdentityIdFormat(DescribeIdentityIdFormatRequest describeIdentityIdFormatRequest) Describes the ID format settings for resources for the specified IAM user, IAM role, or root user.