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 IdFormat
IdFormat. clone()
IdFormat
IdFormat. withDeadline(Date deadline)
The date in UTC at which you are permanently switched over to using longer IDs.IdFormat
IdFormat. withResource(String resource)
The type of resource.IdFormat
IdFormat. 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 DescribeIdFormatResult
DescribeIdFormatResult. 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 void
DescribeIdFormatResult. setStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resource.DescribeIdFormatResult
DescribeIdFormatResult. withStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resource.
-