Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
static ArtifactStoreType |
ArtifactStoreType.fromValue(String value)
Use this in place of valueOf.
|
static ArtifactStoreType |
ArtifactStoreType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactStoreType[] |
ArtifactStoreType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ArtifactStore.setType(ArtifactStoreType type)
The type of the artifact store, such as S3.
|
ArtifactStore |
ArtifactStore.withType(ArtifactStoreType type)
The type of the artifact store, such as S3.
|
Copyright © 2018. All rights reserved.