Uses of Class
com.amazonaws.services.ec2.model.IdFormat
Packages that use IdFormat
-
Uses of IdFormat in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return IdFormatModifier and TypeMethodDescriptionIdFormat.clone()
IdFormat.withDeadline
(Date deadline) The date in UTC at which you are permanently switched over to using longer IDs.IdFormat.withResource
(String resource) The type of resource.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 IdFormatModifier and TypeMethodDescriptionDescribeIdFormatResult.getStatuses()
Information about the ID format for the resource.Methods in com.amazonaws.services.ec2.model with parameters of type IdFormatModifier and TypeMethodDescriptionDescribeIdFormatResult.withStatuses
(IdFormat... statuses) Information about the ID format for the resource.Method parameters in com.amazonaws.services.ec2.model with type arguments of type IdFormatModifier and TypeMethodDescriptionvoid
DescribeIdFormatResult.setStatuses
(Collection<IdFormat> statuses) Information about the ID format for the resource.DescribeIdFormatResult.withStatuses
(Collection<IdFormat> statuses) Information about the ID format for the resource.