Uses of Class
software.amazon.awssdk.services.batch.model.ServiceJobType
-
Packages that use ServiceJobType Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceJobType in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceJobType Modifier and Type Method Description static ServiceJobTypeServiceJobType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceJobTypeDescribeServiceJobResponse. serviceJobType()The type of service job.ServiceJobTypeServiceJobSummary. serviceJobType()The type of service job.ServiceJobTypeSubmitServiceJobRequest. serviceJobType()The type of service job.static ServiceJobTypeServiceJobType. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceJobType[]ServiceJobType. 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 ServiceJobType Modifier and Type Method Description static Set<ServiceJobType>ServiceJobType. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceJobType Modifier and Type Method Description DescribeServiceJobResponse.BuilderDescribeServiceJobResponse.Builder. serviceJobType(ServiceJobType serviceJobType)The type of service job.ServiceJobSummary.BuilderServiceJobSummary.Builder. serviceJobType(ServiceJobType serviceJobType)The type of service job.SubmitServiceJobRequest.BuilderSubmitServiceJobRequest.Builder. serviceJobType(ServiceJobType serviceJobType)The type of service job.
-