| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Map<ActionPoint,List<Action>> |
CreateExtensionRequest.actions()
The actions defined in the extension.
|
Map<ActionPoint,List<Action>> |
UpdateExtensionResponse.actions()
The actions defined in the extension.
|
Map<ActionPoint,List<Action>> |
UpdateExtensionRequest.actions()
The actions defined in the extension.
|
Map<ActionPoint,List<Action>> |
CreateExtensionResponse.actions()
The actions defined in the extension.
|
Map<ActionPoint,List<Action>> |
GetExtensionResponse.actions()
The actions defined in the extension.
|
Map<String,List<Action>> |
CreateExtensionRequest.actionsAsStrings()
The actions defined in the extension.
|
Map<String,List<Action>> |
UpdateExtensionResponse.actionsAsStrings()
The actions defined in the extension.
|
Map<String,List<Action>> |
UpdateExtensionRequest.actionsAsStrings()
The actions defined in the extension.
|
Map<String,List<Action>> |
CreateExtensionResponse.actionsAsStrings()
The actions defined in the extension.
|
Map<String,List<Action>> |
GetExtensionResponse.actionsAsStrings()
The actions defined in the extension.
|
| Modifier and Type | Method and Description |
|---|---|
CreateExtensionRequest.Builder |
CreateExtensionRequest.Builder.actions(Map<ActionPoint,? extends Collection<Action>> actions)
The actions defined in the extension.
|
UpdateExtensionResponse.Builder |
UpdateExtensionResponse.Builder.actions(Map<ActionPoint,? extends Collection<Action>> actions)
The actions defined in the extension.
|
UpdateExtensionRequest.Builder |
UpdateExtensionRequest.Builder.actions(Map<ActionPoint,? extends Collection<Action>> actions)
The actions defined in the extension.
|
CreateExtensionResponse.Builder |
CreateExtensionResponse.Builder.actions(Map<ActionPoint,? extends Collection<Action>> actions)
The actions defined in the extension.
|
GetExtensionResponse.Builder |
GetExtensionResponse.Builder.actions(Map<ActionPoint,? extends Collection<Action>> actions)
The actions defined in the extension.
|
CreateExtensionRequest.Builder |
CreateExtensionRequest.Builder.actionsWithStrings(Map<String,? extends Collection<Action>> actions)
The actions defined in the extension.
|
UpdateExtensionResponse.Builder |
UpdateExtensionResponse.Builder.actionsWithStrings(Map<String,? extends Collection<Action>> actions)
The actions defined in the extension.
|
UpdateExtensionRequest.Builder |
UpdateExtensionRequest.Builder.actionsWithStrings(Map<String,? extends Collection<Action>> actions)
The actions defined in the extension.
|
CreateExtensionResponse.Builder |
CreateExtensionResponse.Builder.actionsWithStrings(Map<String,? extends Collection<Action>> actions)
The actions defined in the extension.
|
GetExtensionResponse.Builder |
GetExtensionResponse.Builder.actionsWithStrings(Map<String,? extends Collection<Action>> actions)
The actions defined in the extension.
|
Copyright © 2023. All rights reserved.