| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
ActionInvocation |
ActionInvocation.clone() |
ActionInvocation |
ActionInvocation.withActionName(String actionName)
The name of the action.
|
ActionInvocation |
ActionInvocation.withErrorCode(String errorCode)
The error code when an extension invocation fails.
|
ActionInvocation |
ActionInvocation.withErrorMessage(String errorMessage)
The error message when an extension invocation fails.
|
ActionInvocation |
ActionInvocation.withExtensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
ActionInvocation |
ActionInvocation.withInvocationId(String invocationId)
A system-generated ID for this invocation.
|
ActionInvocation |
ActionInvocation.withRoleArn(String roleArn)
An Amazon Resource Name (ARN) for an Identity and Access Management assume role.
|
ActionInvocation |
ActionInvocation.withUri(String uri)
The extension URI associated to the action point in the extension definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionInvocation> |
DeploymentEvent.getActionInvocations()
The list of extensions that were invoked as part of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentEvent |
DeploymentEvent.withActionInvocations(ActionInvocation... actionInvocations)
The list of extensions that were invoked as part of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentEvent.setActionInvocations(Collection<ActionInvocation> actionInvocations)
The list of extensions that were invoked as part of the deployment.
|
DeploymentEvent |
DeploymentEvent.withActionInvocations(Collection<ActionInvocation> actionInvocations)
The list of extensions that were invoked as part of the deployment.
|
Copyright © 2023. All rights reserved.