Uses of Class
software.amazon.awssdk.services.ec2.model.IdFormat
-
Packages that use IdFormat Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of IdFormat in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type IdFormat Modifier and Type Method Description List<IdFormat>DescribeAggregateIdFormatResponse. statuses()Information about each resource's ID format.List<IdFormat>DescribeIdentityIdFormatResponse. statuses()Information about the ID format for the resources.List<IdFormat>DescribeIdFormatResponse. statuses()Information about the ID format for the resource.List<IdFormat>PrincipalIdFormat. statuses()PrincipalIdFormatStatuses descriptionMethods in software.amazon.awssdk.services.ec2.model with parameters of type IdFormat Modifier and Type Method Description DescribeAggregateIdFormatResponse.BuilderDescribeAggregateIdFormatResponse.Builder. statuses(IdFormat... statuses)Information about each resource's ID format.DescribeIdentityIdFormatResponse.BuilderDescribeIdentityIdFormatResponse.Builder. statuses(IdFormat... statuses)Information about the ID format for the resources.DescribeIdFormatResponse.BuilderDescribeIdFormatResponse.Builder. statuses(IdFormat... statuses)Information about the ID format for the resource.PrincipalIdFormat.BuilderPrincipalIdFormat.Builder. statuses(IdFormat... statuses)PrincipalIdFormatStatuses descriptionMethod parameters in software.amazon.awssdk.services.ec2.model with type arguments of type IdFormat Modifier and Type Method Description DescribeAggregateIdFormatResponse.BuilderDescribeAggregateIdFormatResponse.Builder. statuses(Collection<IdFormat> statuses)Information about each resource's ID format.DescribeIdentityIdFormatResponse.BuilderDescribeIdentityIdFormatResponse.Builder. statuses(Collection<IdFormat> statuses)Information about the ID format for the resources.DescribeIdFormatResponse.BuilderDescribeIdFormatResponse.Builder. statuses(Collection<IdFormat> statuses)Information about the ID format for the resource.PrincipalIdFormat.BuilderPrincipalIdFormat.Builder. statuses(Collection<IdFormat> statuses)PrincipalIdFormatStatuses description
-