| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static ActionPoint |
ActionPoint.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ActionPoint |
ActionPoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionPoint[] |
ActionPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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.
|
static Set<ActionPoint> |
ActionPoint.knownValues()
|
| 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.
|
Copyright © 2023. All rights reserved.