Uses of Class
software.amazon.awssdk.services.wellarchitected.model.CheckProvider
-
Packages that use CheckProvider Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of CheckProvider in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return CheckProvider Modifier and Type Method Description static CheckProviderCheckProvider. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CheckProviderCheckDetail. provider()Provider of the check related to the best practice.CheckProviderCheckSummary. provider()Provider of the check related to the best practice.static CheckProviderCheckProvider. valueOf(String name)Returns the enum constant of this type with the specified name.static CheckProvider[]CheckProvider. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type CheckProvider Modifier and Type Method Description static Set<CheckProvider>CheckProvider. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type CheckProvider Modifier and Type Method Description CheckDetail.BuilderCheckDetail.Builder. provider(CheckProvider provider)Provider of the check related to the best practice.CheckSummary.BuilderCheckSummary.Builder. provider(CheckProvider provider)Provider of the check related to the best practice.
-