| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
static ReplicateTo |
ReplicateTo.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ReplicateTo |
GetDeploymentStrategyResponse.replicateTo()
Save the deployment strategy to a Systems Manager (SSM) document.
|
ReplicateTo |
CreateDeploymentStrategyRequest.replicateTo()
Save the deployment strategy to a Systems Manager (SSM) document.
|
ReplicateTo |
DeploymentStrategy.replicateTo()
Save the deployment strategy to a Systems Manager (SSM) document.
|
ReplicateTo |
CreateDeploymentStrategyResponse.replicateTo()
Save the deployment strategy to a Systems Manager (SSM) document.
|
ReplicateTo |
UpdateDeploymentStrategyResponse.replicateTo()
Save the deployment strategy to a Systems Manager (SSM) document.
|
static ReplicateTo |
ReplicateTo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReplicateTo[] |
ReplicateTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ReplicateTo> |
ReplicateTo.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetDeploymentStrategyResponse.Builder |
GetDeploymentStrategyResponse.Builder.replicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
CreateDeploymentStrategyRequest.Builder |
CreateDeploymentStrategyRequest.Builder.replicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
DeploymentStrategy.Builder |
DeploymentStrategy.Builder.replicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
CreateDeploymentStrategyResponse.Builder |
CreateDeploymentStrategyResponse.Builder.replicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
UpdateDeploymentStrategyResponse.Builder |
UpdateDeploymentStrategyResponse.Builder.replicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
Copyright © 2020. All rights reserved.