Uses of Class
software.amazon.awssdk.services.batch.model.OrchestrationType
-
Packages that use OrchestrationType Package Description software.amazon.awssdk.services.batch.model -
-
Uses of OrchestrationType in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return OrchestrationType Modifier and Type Method Description OrchestrationTypeComputeEnvironmentDetail. containerOrchestrationType()The orchestration type of the compute environment.OrchestrationTypeJobDefinition. containerOrchestrationType()The orchestration type of the compute environment.static OrchestrationTypeOrchestrationType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OrchestrationTypeOrchestrationType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrchestrationType[]OrchestrationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.batch.model that return types with arguments of type OrchestrationType Modifier and Type Method Description static Set<OrchestrationType>OrchestrationType. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type OrchestrationType Modifier and Type Method Description ComputeEnvironmentDetail.BuilderComputeEnvironmentDetail.Builder. containerOrchestrationType(OrchestrationType containerOrchestrationType)The orchestration type of the compute environment.JobDefinition.BuilderJobDefinition.Builder. containerOrchestrationType(OrchestrationType containerOrchestrationType)The orchestration type of the compute environment.
-