| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
|
| software.amazon.awssdk.services.appconfig.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListDeploymentStrategiesResponse |
AppConfigClient.listDeploymentStrategies(Consumer<ListDeploymentStrategiesRequest.Builder> listDeploymentStrategiesRequest)
List deployment strategies.
|
default ListDeploymentStrategiesResponse |
AppConfigClient.listDeploymentStrategies(ListDeploymentStrategiesRequest listDeploymentStrategiesRequest)
List deployment strategies.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListDeploymentStrategiesResponse> |
AppConfigAsyncClient.listDeploymentStrategies(Consumer<ListDeploymentStrategiesRequest.Builder> listDeploymentStrategiesRequest)
List deployment strategies.
|
default CompletableFuture<ListDeploymentStrategiesResponse> |
AppConfigAsyncClient.listDeploymentStrategies(ListDeploymentStrategiesRequest listDeploymentStrategiesRequest)
List deployment strategies.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListDeploymentStrategiesResponse> |
ListDeploymentStrategiesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDeploymentStrategiesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListDeploymentStrategiesResponse> subscriber) |
Copyright © 2020. All rights reserved.