Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<BlockerDeclaration> |
StageDeclaration.blockers
Reserved for future use.
|
Modifier and Type | Method and Description |
---|---|
BlockerDeclaration |
BlockerDeclaration.clone() |
BlockerDeclaration |
BlockerDeclaration.withName(java.lang.String name)
Reserved for future use.
|
BlockerDeclaration |
BlockerDeclaration.withType(BlockerType type)
Reserved for future use.
|
BlockerDeclaration |
BlockerDeclaration.withType(java.lang.String type)
Reserved for future use.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<BlockerDeclaration> |
StageDeclaration.getBlockers()
Reserved for future use.
|
Modifier and Type | Method and Description |
---|---|
StageDeclaration |
StageDeclaration.withBlockers(BlockerDeclaration... blockers)
Reserved for future use.
|
Modifier and Type | Method and Description |
---|---|
void |
StageDeclaration.setBlockers(java.util.Collection<BlockerDeclaration> blockers)
Reserved for future use.
|
StageDeclaration |
StageDeclaration.withBlockers(java.util.Collection<BlockerDeclaration> blockers)
Reserved for future use.
|
Modifier and Type | Method and Description |
---|---|
BlockerDeclaration |
BlockerDeclarationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BlockerDeclarationJsonMarshaller.marshall(BlockerDeclaration blockerDeclaration,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|