| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| Modifier and Type | Method and Description |
|---|---|
default PutAttributesResponse |
EcsClient.putAttributes(Consumer<PutAttributesRequest.Builder> putAttributesRequest)
Create or update an attribute on an Amazon ECS resource.
|
default PutAttributesResponse |
EcsClient.putAttributes(PutAttributesRequest putAttributesRequest)
Create or update an attribute on an Amazon ECS resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutAttributesResponse> |
EcsAsyncClient.putAttributes(Consumer<PutAttributesRequest.Builder> putAttributesRequest)
Create or update an attribute on an Amazon ECS resource.
|
default CompletableFuture<PutAttributesResponse> |
EcsAsyncClient.putAttributes(PutAttributesRequest putAttributesRequest)
Create or update an attribute on an Amazon ECS resource.
|
Copyright © 2023. All rights reserved.