| Package | Description |
|---|---|
| com.amazonaws.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| com.amazonaws.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentStrategiesResult |
AmazonAppConfigClient.listDeploymentStrategies(ListDeploymentStrategiesRequest request)
Lists deployment strategies.
|
ListDeploymentStrategiesResult |
AbstractAmazonAppConfig.listDeploymentStrategies(ListDeploymentStrategiesRequest request) |
ListDeploymentStrategiesResult |
AmazonAppConfig.listDeploymentStrategies(ListDeploymentStrategiesRequest listDeploymentStrategiesRequest)
Lists deployment strategies.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListDeploymentStrategiesResult> |
AmazonAppConfigAsyncClient.listDeploymentStrategiesAsync(ListDeploymentStrategiesRequest request,
AsyncHandler<ListDeploymentStrategiesRequest,ListDeploymentStrategiesResult> asyncHandler) |
Future<ListDeploymentStrategiesResult> |
AbstractAmazonAppConfigAsync.listDeploymentStrategiesAsync(ListDeploymentStrategiesRequest request,
AsyncHandler<ListDeploymentStrategiesRequest,ListDeploymentStrategiesResult> asyncHandler) |
Future<ListDeploymentStrategiesResult> |
AmazonAppConfigAsync.listDeploymentStrategiesAsync(ListDeploymentStrategiesRequest listDeploymentStrategiesRequest,
AsyncHandler<ListDeploymentStrategiesRequest,ListDeploymentStrategiesResult> asyncHandler)
Lists deployment strategies.
|
| Modifier and Type | Method and Description |
|---|---|
ListDeploymentStrategiesResult |
ListDeploymentStrategiesResult.clone() |
ListDeploymentStrategiesResult |
ListDeploymentStrategiesResult.withItems(Collection<DeploymentStrategy> items)
The elements from this collection.
|
ListDeploymentStrategiesResult |
ListDeploymentStrategiesResult.withItems(DeploymentStrategy... items)
The elements from this collection.
|
ListDeploymentStrategiesResult |
ListDeploymentStrategiesResult.withNextToken(String nextToken)
The token for the next set of items to return.
|
Copyright © 2023. All rights reserved.