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