Uses of Class
com.amazonaws.services.ec2.model.IdFormat
-
Packages that use IdFormat Package Description com.amazonaws.services.ec2.model -
-
Uses of IdFormat in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return IdFormat Modifier and Type Method Description IdFormatIdFormat. clone()IdFormatIdFormat. withDeadline(Date deadline)The date in UTC at which you are permanently switched over to using longer IDs.IdFormatIdFormat. withResource(String resource)The type of resource.IdFormatIdFormat. withUseLongIds(Boolean useLongIds)Indicates whether longer IDs (17-character IDs) are enabled for the resource.Methods in com.amazonaws.services.ec2.model that return types with arguments of type IdFormat Modifier and Type Method Description List<IdFormat>DescribeIdFormatResult. getStatuses()Information about the ID format for the resource.Methods in com.amazonaws.services.ec2.model with parameters of type IdFormat Modifier and Type Method Description DescribeIdFormatResultDescribeIdFormatResult. withStatuses(IdFormat... statuses)Information about the ID format for the resource.Method parameters in com.amazonaws.services.ec2.model with type arguments of type IdFormat Modifier and Type Method Description voidDescribeIdFormatResult. setStatuses(Collection<IdFormat> statuses)Information about the ID format for the resource.DescribeIdFormatResultDescribeIdFormatResult. withStatuses(Collection<IdFormat> statuses)Information about the ID format for the resource.
-