| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
AccountEnrollmentStatus |
AccountEnrollmentStatus.clone() |
AccountEnrollmentStatus |
AccountEnrollmentStatus.withAccountId(String accountId)
The Amazon Web Services account ID.
|
AccountEnrollmentStatus |
AccountEnrollmentStatus.withCreatedTimestamp(Date createdTimestamp)
The time when the account enrollment status was created.
|
AccountEnrollmentStatus |
AccountEnrollmentStatus.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The time when the account enrollment status was last updated.
|
AccountEnrollmentStatus |
AccountEnrollmentStatus.withStatus(EnrollmentStatus status)
The account enrollment status.
|
AccountEnrollmentStatus |
AccountEnrollmentStatus.withStatus(String status)
The account enrollment status.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountEnrollmentStatus> |
ListEnrollmentStatusesResult.getItems()
The enrollment status of a specific account ID, including creation and last updated timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
ListEnrollmentStatusesResult |
ListEnrollmentStatusesResult.withItems(AccountEnrollmentStatus... items)
The enrollment status of a specific account ID, including creation and last updated timestamps.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEnrollmentStatusesResult.setItems(Collection<AccountEnrollmentStatus> items)
The enrollment status of a specific account ID, including creation and last updated timestamps.
|
ListEnrollmentStatusesResult |
ListEnrollmentStatusesResult.withItems(Collection<AccountEnrollmentStatus> items)
The enrollment status of a specific account ID, including creation and last updated timestamps.
|
Copyright © 2025. All rights reserved.