Uses of Class
software.amazon.awssdk.services.wellarchitected.model.WorkloadEnvironment
-
Packages that use WorkloadEnvironment Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of WorkloadEnvironment in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return WorkloadEnvironment Modifier and Type Method Description WorkloadEnvironmentCreateWorkloadRequest. environment()Returns the value of the Environment property for this object.WorkloadEnvironmentUpdateWorkloadRequest. environment()Returns the value of the Environment property for this object.WorkloadEnvironmentWorkload. environment()Returns the value of the Environment property for this object.static WorkloadEnvironmentWorkloadEnvironment. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static WorkloadEnvironmentWorkloadEnvironment. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkloadEnvironment[]WorkloadEnvironment. 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 WorkloadEnvironment Modifier and Type Method Description static Set<WorkloadEnvironment>WorkloadEnvironment. knownValues()Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type WorkloadEnvironment Modifier and Type Method Description CreateWorkloadRequest.BuilderCreateWorkloadRequest.Builder. environment(WorkloadEnvironment environment)Sets the value of the Environment property for this object.UpdateWorkloadRequest.BuilderUpdateWorkloadRequest.Builder. environment(WorkloadEnvironment environment)Sets the value of the Environment property for this object.Workload.BuilderWorkload.Builder. environment(WorkloadEnvironment environment)Sets the value of the Environment property for this object.
-