Uses of Class
software.amazon.awssdk.services.appstream.model.StackErrorCode
-
Packages that use StackErrorCode Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of StackErrorCode in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return StackErrorCode Modifier and Type Method Description StackErrorCodeStackError. errorCode()The error code.static StackErrorCodeStackErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static StackErrorCodeStackErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static StackErrorCode[]StackErrorCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type StackErrorCode Modifier and Type Method Description static Set<StackErrorCode>StackErrorCode. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type StackErrorCode Modifier and Type Method Description StackError.BuilderStackError.Builder. errorCode(StackErrorCode errorCode)The error code.
-