Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
List<IdFormat> |
DescribeIdFormatResult.getStatuses()
Information about the ID format for the resource.
|
Modifier and Type | Method and Description |
---|---|
DescribeIdFormatResult |
DescribeIdFormatResult.withStatuses(IdFormat... statuses)
Information about the ID format for the resource.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.