Uses of Class
software.amazon.awssdk.services.panorama.model.NodeFromTemplateJobStatus
-
Packages that use NodeFromTemplateJobStatus Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of NodeFromTemplateJobStatus in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return NodeFromTemplateJobStatus Modifier and Type Method Description static NodeFromTemplateJobStatusNodeFromTemplateJobStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NodeFromTemplateJobStatusDescribeNodeFromTemplateJobResponse. status()The job's status.NodeFromTemplateJobStatusNodeFromTemplateJob. status()The job's status.static NodeFromTemplateJobStatusNodeFromTemplateJobStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeFromTemplateJobStatus[]NodeFromTemplateJobStatus. 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 NodeFromTemplateJobStatus Modifier and Type Method Description static Set<NodeFromTemplateJobStatus>NodeFromTemplateJobStatus. knownValues()Methods in software.amazon.awssdk.services.panorama.model with parameters of type NodeFromTemplateJobStatus Modifier and Type Method Description DescribeNodeFromTemplateJobResponse.BuilderDescribeNodeFromTemplateJobResponse.Builder. status(NodeFromTemplateJobStatus status)The job's status.NodeFromTemplateJob.BuilderNodeFromTemplateJob.Builder. status(NodeFromTemplateJobStatus status)The job's status.
-