| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| Modifier and Type | Method and Description |
|---|---|
default PutClusterCapacityProvidersResponse |
EcsClient.putClusterCapacityProviders(Consumer<PutClusterCapacityProvidersRequest.Builder> putClusterCapacityProvidersRequest)
Modifies the available capacity providers and the default capacity provider strategy for a cluster.
|
default PutClusterCapacityProvidersResponse |
EcsClient.putClusterCapacityProviders(PutClusterCapacityProvidersRequest putClusterCapacityProvidersRequest)
Modifies the available capacity providers and the default capacity provider strategy for a cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutClusterCapacityProvidersResponse> |
EcsAsyncClient.putClusterCapacityProviders(Consumer<PutClusterCapacityProvidersRequest.Builder> putClusterCapacityProvidersRequest)
Modifies the available capacity providers and the default capacity provider strategy for a cluster.
|
default CompletableFuture<PutClusterCapacityProvidersResponse> |
EcsAsyncClient.putClusterCapacityProviders(PutClusterCapacityProvidersRequest putClusterCapacityProvidersRequest)
Modifies the available capacity providers and the default capacity provider strategy for a cluster.
|
Copyright © 2022. All rights reserved.