Uses of Class
software.amazon.awssdk.services.wellarchitected.model.DefinitionType
-
Packages that use DefinitionType Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of DefinitionType in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return DefinitionType Modifier and Type Method Description static DefinitionTypeDefinitionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DefinitionTypeDefinitionType. valueOf(String name)Returns the enum constant of this type with the specified name.static DefinitionType[]DefinitionType. 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 DefinitionType Modifier and Type Method Description static Set<DefinitionType>DefinitionType. knownValues()List<DefinitionType>WorkloadDiscoveryConfig. workloadResourceDefinition()The mode to use for identifying resources associated with the workload.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type DefinitionType Modifier and Type Method Description WorkloadDiscoveryConfig.BuilderWorkloadDiscoveryConfig.Builder. workloadResourceDefinition(DefinitionType... workloadResourceDefinition)The mode to use for identifying resources associated with the workload.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type DefinitionType Modifier and Type Method Description WorkloadDiscoveryConfig.BuilderWorkloadDiscoveryConfig.Builder. workloadResourceDefinition(Collection<DefinitionType> workloadResourceDefinition)The mode to use for identifying resources associated with the workload.
-