Uses of Class
software.amazon.awssdk.services.appconfig.model.ActionInvocation
-
Packages that use ActionInvocation Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of ActionInvocation in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type ActionInvocation Modifier and Type Method Description List<ActionInvocation>DeploymentEvent. actionInvocations()The list of extensions that were invoked as part of the deployment.Methods in software.amazon.awssdk.services.appconfig.model with parameters of type ActionInvocation Modifier and Type Method Description DeploymentEvent.BuilderDeploymentEvent.Builder. actionInvocations(ActionInvocation... actionInvocations)The list of extensions that were invoked as part of the deployment.Method parameters in software.amazon.awssdk.services.appconfig.model with type arguments of type ActionInvocation Modifier and Type Method Description DeploymentEvent.BuilderDeploymentEvent.Builder. actionInvocations(Collection<ActionInvocation> actionInvocations)The list of extensions that were invoked as part of the deployment.
-