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> |
DescribeIdentityIdFormatResult.getStatuses()
Information about the ID format for the resources.
|
List<IdFormat> |
DescribeIdFormatResult.getStatuses()
Information about the ID format for the resource.
|
List<IdFormat> |
PrincipalIdFormat.getStatuses()
PrincipalIdFormatStatuses description
|
List<IdFormat> |
DescribeAggregateIdFormatResult.getStatuses()
Information about each resource's ID format.
|
Modifier and Type | Method and Description |
---|---|
DescribeIdentityIdFormatResult |
DescribeIdentityIdFormatResult.withStatuses(IdFormat... statuses)
Information about the ID format for the resources.
|
DescribeIdFormatResult |
DescribeIdFormatResult.withStatuses(IdFormat... statuses)
Information about the ID format for the resource.
|
PrincipalIdFormat |
PrincipalIdFormat.withStatuses(IdFormat... statuses)
PrincipalIdFormatStatuses description
|
DescribeAggregateIdFormatResult |
DescribeAggregateIdFormatResult.withStatuses(IdFormat... statuses)
Information about each resource's ID format.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeIdentityIdFormatResult.setStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resources.
|
void |
DescribeIdFormatResult.setStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resource.
|
void |
PrincipalIdFormat.setStatuses(Collection<IdFormat> statuses)
PrincipalIdFormatStatuses description
|
void |
DescribeAggregateIdFormatResult.setStatuses(Collection<IdFormat> statuses)
Information about each resource's ID format.
|
DescribeIdentityIdFormatResult |
DescribeIdentityIdFormatResult.withStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resources.
|
DescribeIdFormatResult |
DescribeIdFormatResult.withStatuses(Collection<IdFormat> statuses)
Information about the ID format for the resource.
|
PrincipalIdFormat |
PrincipalIdFormat.withStatuses(Collection<IdFormat> statuses)
PrincipalIdFormatStatuses description
|
DescribeAggregateIdFormatResult |
DescribeAggregateIdFormatResult.withStatuses(Collection<IdFormat> statuses)
Information about each resource's ID format.
|
Copyright © 2021. All rights reserved.