| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactLocationType |
ArtifactLocationType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ArtifactLocationType |
ArtifactLocation.type()
The type of artifact in the location.
|
static ArtifactLocationType |
ArtifactLocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactLocationType[] |
ArtifactLocationType.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<ArtifactLocationType> |
ArtifactLocationType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactLocation.Builder |
ArtifactLocation.Builder.type(ArtifactLocationType type)
The type of artifact in the location.
|
Copyright © 2023. All rights reserved.