Package | Description |
---|---|
com.amazonaws.services.codepipeline.model |
Modifier and Type | Method and Description |
---|---|
ExecutorConfiguration |
ExecutorConfiguration.clone() |
ExecutorConfiguration |
ActionTypeExecutor.getConfiguration()
The action configuration properties for the action type.
|
ExecutorConfiguration |
ExecutorConfiguration.withJobWorkerExecutorConfiguration(JobWorkerExecutorConfiguration jobWorkerExecutorConfiguration)
Details about the
JobWorker executor of the action type. |
ExecutorConfiguration |
ExecutorConfiguration.withLambdaExecutorConfiguration(LambdaExecutorConfiguration lambdaExecutorConfiguration)
Details about the
Lambda executor of the action type. |
Modifier and Type | Method and Description |
---|---|
void |
ActionTypeExecutor.setConfiguration(ExecutorConfiguration configuration)
The action configuration properties for the action type.
|
ActionTypeExecutor |
ActionTypeExecutor.withConfiguration(ExecutorConfiguration configuration)
The action configuration properties for the action type.
|
Copyright © 2021. All rights reserved.