| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application
behavior in production environments without full code deployments.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateDeploymentStrategyResult> |
AmazonAppConfigAsyncClient.createDeploymentStrategyAsync(CreateDeploymentStrategyRequest request,
AsyncHandler<CreateDeploymentStrategyRequest,CreateDeploymentStrategyResult> asyncHandler) |
Future<CreateDeploymentStrategyResult> |
AbstractAmazonAppConfigAsync.createDeploymentStrategyAsync(CreateDeploymentStrategyRequest request,
AsyncHandler<CreateDeploymentStrategyRequest,CreateDeploymentStrategyResult> asyncHandler) |
Future<CreateDeploymentStrategyResult> |
AmazonAppConfigAsync.createDeploymentStrategyAsync(CreateDeploymentStrategyRequest createDeploymentStrategyRequest,
AsyncHandler<CreateDeploymentStrategyRequest,CreateDeploymentStrategyResult> asyncHandler)
Creates a deployment strategy that defines important criteria for rolling out your configuration to the
designated targets.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.clone() |
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withDeploymentDurationInMinutes(Integer deploymentDurationInMinutes)
Total amount of time for a deployment to last.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withDescription(String description)
A description of the deployment strategy.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withFinalBakeTimeInMinutes(Integer finalBakeTimeInMinutes)
Specifies the amount of time AppConfig monitors for Amazon CloudWatch alarms after the configuration has been
deployed to 100% of its targets, before considering the deployment to be complete.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withGrowthFactor(Float growthFactor)
The percentage of targets to receive a deployed configuration during each interval.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withGrowthType(GrowthType growthType)
The algorithm used to define how percentage grows over time.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withGrowthType(String growthType)
The algorithm used to define how percentage grows over time.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withName(String name)
A name for the deployment strategy.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withReplicateTo(ReplicateTo replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withReplicateTo(String replicateTo)
Save the deployment strategy to a Systems Manager (SSM) document.
|
CreateDeploymentStrategyRequest |
CreateDeploymentStrategyRequest.withTags(Map<String,String> tags)
Metadata to assign to the deployment strategy.
|
Copyright © 2024. All rights reserved.