| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static PipelineStatus |
PipelineStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
PipelineStatus |
ImagePipeline.status()
The status of the image pipeline.
|
PipelineStatus |
UpdateImagePipelineRequest.status()
The status of the image pipeline.
|
PipelineStatus |
CreateImagePipelineRequest.status()
The status of the image pipeline.
|
static PipelineStatus |
PipelineStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PipelineStatus[] |
PipelineStatus.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<PipelineStatus> |
PipelineStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ImagePipeline.Builder |
ImagePipeline.Builder.status(PipelineStatus status)
The status of the image pipeline.
|
UpdateImagePipelineRequest.Builder |
UpdateImagePipelineRequest.Builder.status(PipelineStatus status)
The status of the image pipeline.
|
CreateImagePipelineRequest.Builder |
CreateImagePipelineRequest.Builder.status(PipelineStatus status)
The status of the image pipeline.
|
Copyright © 2022. All rights reserved.