Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<IdFormat> |
DescribeIdFormatResult.statuses
Information about the ID format for the resource.
|
Modifier and Type | Method and Description |
---|---|
IdFormat |
IdFormat.clone() |
IdFormat |
IdFormat.withDeadline(java.util.Date deadline)
The date in UTC at which you are permanently switched over to using
longer IDs.
|
IdFormat |
IdFormat.withResource(java.lang.String resource)
The type of resource.
|
IdFormat |
IdFormat.withUseLongIds(java.lang.Boolean useLongIds)
Indicates whether longer IDs (17-character IDs) are enabled for the
resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<IdFormat> statuses)
Information about the ID format for the resource.
|
DescribeIdFormatResult |
DescribeIdFormatResult.withStatuses(java.util.Collection<IdFormat> statuses)
Information about the ID format for the resource.
|
Modifier and Type | Method and Description |
---|---|
IdFormat |
IdFormatStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |