| Package | Description |
|---|---|
| software.amazon.awssdk.services.panorama.model |
| Modifier and Type | Method and Description |
|---|---|
static NodeFromTemplateJobStatus |
NodeFromTemplateJobStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
NodeFromTemplateJobStatus |
NodeFromTemplateJob.status()
The job's status.
|
NodeFromTemplateJobStatus |
DescribeNodeFromTemplateJobResponse.status()
The job's status.
|
static NodeFromTemplateJobStatus |
NodeFromTemplateJobStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<NodeFromTemplateJobStatus> |
NodeFromTemplateJobStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
NodeFromTemplateJob.Builder |
NodeFromTemplateJob.Builder.status(NodeFromTemplateJobStatus status)
The job's status.
|
DescribeNodeFromTemplateJobResponse.Builder |
DescribeNodeFromTemplateJobResponse.Builder.status(NodeFromTemplateJobStatus status)
The job's status.
|
Copyright © 2023. All rights reserved.