Uses of Class
software.amazon.awssdk.services.appstream.model.FleetErrorCode
-
Packages that use FleetErrorCode Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of FleetErrorCode in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return FleetErrorCode Modifier and Type Method Description FleetErrorCodeFleetError. errorCode()The error code.FleetErrorCodeResourceError. errorCode()The error code.static FleetErrorCodeFleetErrorCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FleetErrorCodeFleetErrorCode. valueOf(String name)Returns the enum constant of this type with the specified name.static FleetErrorCode[]FleetErrorCode. 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 FleetErrorCode Modifier and Type Method Description static Set<FleetErrorCode>FleetErrorCode. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type FleetErrorCode Modifier and Type Method Description FleetError.BuilderFleetError.Builder. errorCode(FleetErrorCode errorCode)The error code.ResourceError.BuilderResourceError.Builder. errorCode(FleetErrorCode errorCode)The error code.
-