| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Parameter |
Parameter.clone() |
Parameter |
Parameter.withDescription(String description)
Information about the parameter.
|
Parameter |
Parameter.withDynamic(Boolean dynamic)
Indicates whether this parameter's value can be supplied at the extension's action point instead of during
extension association.
|
Parameter |
Parameter.withRequired(Boolean required)
A parameter value must be specified in the extension association.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Parameter> |
UpdateExtensionResult.getParameters()
The parameters accepted by the extension.
|
Map<String,Parameter> |
UpdateExtensionRequest.getParameters()
One or more parameters for the actions called by the extension.
|
Map<String,Parameter> |
GetExtensionResult.getParameters()
The parameters accepted by the extension.
|
Map<String,Parameter> |
CreateExtensionResult.getParameters()
The parameters accepted by the extension.
|
Map<String,Parameter> |
CreateExtensionRequest.getParameters()
The parameters accepted by the extension.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateExtensionResult |
UpdateExtensionResult.addParametersEntry(String key,
Parameter value)
Add a single Parameters entry
|
UpdateExtensionRequest |
UpdateExtensionRequest.addParametersEntry(String key,
Parameter value)
Add a single Parameters entry
|
GetExtensionResult |
GetExtensionResult.addParametersEntry(String key,
Parameter value)
Add a single Parameters entry
|
CreateExtensionResult |
CreateExtensionResult.addParametersEntry(String key,
Parameter value)
Add a single Parameters entry
|
CreateExtensionRequest |
CreateExtensionRequest.addParametersEntry(String key,
Parameter value)
Add a single Parameters entry
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateExtensionResult.setParameters(Map<String,Parameter> parameters)
The parameters accepted by the extension.
|
void |
UpdateExtensionRequest.setParameters(Map<String,Parameter> parameters)
One or more parameters for the actions called by the extension.
|
void |
GetExtensionResult.setParameters(Map<String,Parameter> parameters)
The parameters accepted by the extension.
|
void |
CreateExtensionResult.setParameters(Map<String,Parameter> parameters)
The parameters accepted by the extension.
|
void |
CreateExtensionRequest.setParameters(Map<String,Parameter> parameters)
The parameters accepted by the extension.
|
UpdateExtensionResult |
UpdateExtensionResult.withParameters(Map<String,Parameter> parameters)
The parameters accepted by the extension.
|
UpdateExtensionRequest |
UpdateExtensionRequest.withParameters(Map<String,Parameter> parameters)
One or more parameters for the actions called by the extension.
|
GetExtensionResult |
GetExtensionResult.withParameters(Map<String,Parameter> parameters)
The parameters accepted by the extension.
|
CreateExtensionResult |
CreateExtensionResult.withParameters(Map<String,Parameter> parameters)
The parameters accepted by the extension.
|
CreateExtensionRequest |
CreateExtensionRequest.withParameters(Map<String,Parameter> parameters)
The parameters accepted by the extension.
|
Copyright © 2024. All rights reserved.