Uses of Class
software.amazon.awssdk.services.nimble.model.StudioStatusCode
-
Packages that use StudioStatusCode Package Description software.amazon.awssdk.services.nimble.model -
-
Uses of StudioStatusCode in software.amazon.awssdk.services.nimble.model
Methods in software.amazon.awssdk.services.nimble.model that return StudioStatusCode Modifier and Type Method Description static StudioStatusCodeStudioStatusCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.StudioStatusCodeStudio. statusCode()Status codes that provide additional detail on the studio state.static StudioStatusCodeStudioStatusCode. valueOf(String name)Returns the enum constant of this type with the specified name.static StudioStatusCode[]StudioStatusCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.nimble.model that return types with arguments of type StudioStatusCode Modifier and Type Method Description static Set<StudioStatusCode>StudioStatusCode. knownValues()Methods in software.amazon.awssdk.services.nimble.model with parameters of type StudioStatusCode Modifier and Type Method Description Studio.BuilderStudio.Builder. statusCode(StudioStatusCode statusCodeValue)Status codes that provide additional detail on the studio state.
-