| Package | Description |
|---|---|
| software.amazon.awssdk.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
static Status |
Status.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Status |
UpdateEnrollmentStatusResponse.status()
The enrollment status of the account.
|
Status |
UpdateEnrollmentStatusRequest.status()
The new enrollment status of the account.
|
Status |
GetEnrollmentStatusResponse.status()
The enrollment status of the account.
|
Status |
AccountEnrollmentStatus.status()
The account enrollment status.
|
static Status |
Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Status[] |
Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Status> |
Status.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnrollmentStatusResponse.Builder |
UpdateEnrollmentStatusResponse.Builder.status(Status status)
The enrollment status of the account.
|
UpdateEnrollmentStatusRequest.Builder |
UpdateEnrollmentStatusRequest.Builder.status(Status status)
The new enrollment status of the account.
|
GetEnrollmentStatusResponse.Builder |
GetEnrollmentStatusResponse.Builder.status(Status status)
The enrollment status of the account.
|
AccountEnrollmentStatus.Builder |
AccountEnrollmentStatus.Builder.status(Status status)
The account enrollment status.
|
Copyright © 2023. All rights reserved.