Uses of Class
software.amazon.awssdk.services.ec2.model.DescribeIdFormatResponse
-
Packages that use DescribeIdFormatResponse Package Description software.amazon.awssdk.services.ec2 Amazon Elastic Compute Cloud -
-
Uses of DescribeIdFormatResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DescribeIdFormatResponse Modifier and Type Method Description default DescribeIdFormatResponseEc2Client. describeIdFormat()Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs.default DescribeIdFormatResponseEc2Client. describeIdFormat(Consumer<DescribeIdFormatRequest.Builder> describeIdFormatRequest)Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs.default DescribeIdFormatResponseEc2Client. describeIdFormat(DescribeIdFormatRequest describeIdFormatRequest)Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DescribeIdFormatResponse Modifier and Type Method Description default CompletableFuture<DescribeIdFormatResponse>Ec2AsyncClient. describeIdFormat()Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs.default CompletableFuture<DescribeIdFormatResponse>Ec2AsyncClient. describeIdFormat(Consumer<DescribeIdFormatRequest.Builder> describeIdFormatRequest)Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs.default CompletableFuture<DescribeIdFormatResponse>Ec2AsyncClient. describeIdFormat(DescribeIdFormatRequest describeIdFormatRequest)Describes the ID format settings for your resources on a per-Region basis, for example, to view which resource types are enabled for longer IDs.
-