Package | Description |
---|---|
com.amazonaws.services.codepipeline.model | |
com.amazonaws.services.codepipeline.model.transform |
Modifier and Type | Method and Description |
---|---|
BlockerDeclaration |
BlockerDeclaration.clone() |
BlockerDeclaration |
BlockerDeclaration.withName(String name)
Reserved for future use.
|
BlockerDeclaration |
BlockerDeclaration.withType(BlockerType type)
Reserved for future use.
|
BlockerDeclaration |
BlockerDeclaration.withType(String type)
Reserved for future use.
|
Modifier and Type | Method and Description |
---|---|
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(Collection<BlockerDeclaration> blockers)
Reserved for future use.
|
StageDeclaration |
StageDeclaration.withBlockers(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 |
BlockerDeclarationMarshaller.marshall(BlockerDeclaration blockerDeclaration,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.