Uses of Class
software.amazon.awssdk.services.codepipeline.model.ActionTypeExecutor
-
Packages that use ActionTypeExecutor Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ActionTypeExecutor in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ActionTypeExecutor Modifier and Type Method Description ActionTypeExecutorActionTypeDeclaration. executor()Information about the executor for an action type that was created with any supported integration model.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ActionTypeExecutor Modifier and Type Method Description ActionTypeDeclaration.BuilderActionTypeDeclaration.Builder. executor(ActionTypeExecutor executor)Information about the executor for an action type that was created with any supported integration model.
-