Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.Status
-
Packages that use Status Package Description software.amazon.awssdk.services.computeoptimizer.model -
-
Uses of Status in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return Status Modifier and Type Method Description static StatusStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StatusAccountEnrollmentStatus. status()The account enrollment status.StatusGetEnrollmentStatusResponse. status()The enrollment status of the account.StatusUpdateEnrollmentStatusRequest. status()The new enrollment status of the account.StatusUpdateEnrollmentStatusResponse. status()The enrollment status of the account.static StatusStatus. 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.Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type Status Modifier and Type Method Description static Set<Status>Status. knownValues()Methods in software.amazon.awssdk.services.computeoptimizer.model with parameters of type Status Modifier and Type Method Description AccountEnrollmentStatus.BuilderAccountEnrollmentStatus.Builder. status(Status status)The account enrollment status.GetEnrollmentStatusResponse.BuilderGetEnrollmentStatusResponse.Builder. status(Status status)The enrollment status of the account.UpdateEnrollmentStatusRequest.BuilderUpdateEnrollmentStatusRequest.Builder. status(Status status)The new enrollment status of the account.UpdateEnrollmentStatusResponse.BuilderUpdateEnrollmentStatusResponse.Builder. status(Status status)The enrollment status of the account.
-