| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
AccountEnrollmentStatus |
AccountEnrollmentStatus.clone() |
AccountEnrollmentStatus |
AccountEnrollmentStatus.withAccountId(String accountId)
The Amazon Web Services account ID.
|
AccountEnrollmentStatus |
AccountEnrollmentStatus.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
|
AccountEnrollmentStatus |
AccountEnrollmentStatus.withStatus(Status status)
The account enrollment status.
|
AccountEnrollmentStatus |
AccountEnrollmentStatus.withStatus(String status)
The account enrollment status.
|
AccountEnrollmentStatus |
AccountEnrollmentStatus.withStatusReason(String statusReason)
The reason for the account enrollment status.
|
| Modifier and Type | Method and Description |
|---|---|
List<AccountEnrollmentStatus> |
GetEnrollmentStatusesForOrganizationResult.getAccountEnrollmentStatuses()
An array of objects that describe the enrollment statuses of organization member accounts.
|
| Modifier and Type | Method and Description |
|---|---|
GetEnrollmentStatusesForOrganizationResult |
GetEnrollmentStatusesForOrganizationResult.withAccountEnrollmentStatuses(AccountEnrollmentStatus... accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetEnrollmentStatusesForOrganizationResult.setAccountEnrollmentStatuses(Collection<AccountEnrollmentStatus> accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
|
GetEnrollmentStatusesForOrganizationResult |
GetEnrollmentStatusesForOrganizationResult.withAccountEnrollmentStatuses(Collection<AccountEnrollmentStatus> accountEnrollmentStatuses)
An array of objects that describe the enrollment statuses of organization member accounts.
|
Copyright © 2023. All rights reserved.