| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Action |
Action.clone() |
Action |
Action.withDescription(String description)
Information about the action.
|
Action |
Action.withName(String name)
The action name.
|
Action |
Action.withRoleArn(String roleArn)
An Amazon Resource Name (ARN) for an Identity and Access Management assume role.
|
Action |
Action.withUri(String uri)
The extension URI associated to the action point in the extension definition.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<Action>> |
UpdateExtensionResult.getActions()
The actions defined in the extension.
|
Map<String,List<Action>> |
UpdateExtensionRequest.getActions()
The actions defined in the extension.
|
Map<String,List<Action>> |
GetExtensionResult.getActions()
The actions defined in the extension.
|
Map<String,List<Action>> |
CreateExtensionResult.getActions()
The actions defined in the extension.
|
Map<String,List<Action>> |
CreateExtensionRequest.getActions()
The actions defined in the extension.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateExtensionResult |
UpdateExtensionResult.addActionsEntry(String key,
List<Action> value)
Add a single Actions entry
|
UpdateExtensionRequest |
UpdateExtensionRequest.addActionsEntry(String key,
List<Action> value)
Add a single Actions entry
|
GetExtensionResult |
GetExtensionResult.addActionsEntry(String key,
List<Action> value)
Add a single Actions entry
|
CreateExtensionResult |
CreateExtensionResult.addActionsEntry(String key,
List<Action> value)
Add a single Actions entry
|
CreateExtensionRequest |
CreateExtensionRequest.addActionsEntry(String key,
List<Action> value)
Add a single Actions entry
|
void |
UpdateExtensionResult.setActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
void |
UpdateExtensionRequest.setActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
void |
GetExtensionResult.setActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
void |
CreateExtensionResult.setActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
void |
CreateExtensionRequest.setActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
UpdateExtensionResult |
UpdateExtensionResult.withActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
UpdateExtensionRequest |
UpdateExtensionRequest.withActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
GetExtensionResult |
GetExtensionResult.withActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
CreateExtensionResult |
CreateExtensionResult.withActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
CreateExtensionRequest |
CreateExtensionRequest.withActions(Map<String,List<Action>> actions)
The actions defined in the extension.
|
Copyright © 2023. All rights reserved.