Uses of Class
software.amazon.awssdk.services.panorama.model.JobResourceType
-
Packages that use JobResourceType Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of JobResourceType in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return JobResourceType Modifier and Type Method Description static JobResourceTypeJobResourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.JobResourceTypeJobResourceTags. resourceType()The job's type.static JobResourceTypeJobResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static JobResourceType[]JobResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.panorama.model that return types with arguments of type JobResourceType Modifier and Type Method Description static Set<JobResourceType>JobResourceType. knownValues()Methods in software.amazon.awssdk.services.panorama.model with parameters of type JobResourceType Modifier and Type Method Description JobResourceTags.BuilderJobResourceTags.Builder. resourceType(JobResourceType resourceType)The job's type.
-