| Package | Description |
|---|---|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
AppliedExtension |
AppliedExtension.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
AppliedExtension |
AppliedExtension.clearParametersEntries()
Removes all the entries added into Parameters.
|
AppliedExtension |
AppliedExtension.clone() |
AppliedExtension |
AppliedExtension.withExtensionAssociationId(String extensionAssociationId)
The system-generated ID for the association.
|
AppliedExtension |
AppliedExtension.withExtensionId(String extensionId)
The system-generated ID of the extension.
|
AppliedExtension |
AppliedExtension.withParameters(Map<String,String> parameters)
One or more parameters for the actions called by the extension.
|
AppliedExtension |
AppliedExtension.withVersionNumber(Integer versionNumber)
The extension version number.
|
| Modifier and Type | Method and Description |
|---|---|
List<AppliedExtension> |
StopDeploymentResult.getAppliedExtensions()
A list of extensions that were processed as part of the deployment.
|
List<AppliedExtension> |
StartDeploymentResult.getAppliedExtensions()
A list of extensions that were processed as part of the deployment.
|
List<AppliedExtension> |
GetDeploymentResult.getAppliedExtensions()
A list of extensions that were processed as part of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
StopDeploymentResult |
StopDeploymentResult.withAppliedExtensions(AppliedExtension... appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
StartDeploymentResult |
StartDeploymentResult.withAppliedExtensions(AppliedExtension... appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withAppliedExtensions(AppliedExtension... appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StopDeploymentResult.setAppliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
void |
StartDeploymentResult.setAppliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
void |
GetDeploymentResult.setAppliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
StopDeploymentResult |
StopDeploymentResult.withAppliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
StartDeploymentResult |
StartDeploymentResult.withAppliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
GetDeploymentResult |
GetDeploymentResult.withAppliedExtensions(Collection<AppliedExtension> appliedExtensions)
A list of extensions that were processed as part of the deployment.
|
Copyright © 2024. All rights reserved.