| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| software.amazon.awssdk.services.ecs.model |
| 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 PutAttributesResponse |
EcsClient.putAttributes(Consumer<PutAttributesRequest.Builder> putAttributesRequest)
Create or update an attribute on an Amazon ECS resource.
|
| Modifier and Type | Method and Description |
|---|---|
PutAttributesRequest.Builder |
PutAttributesRequest.Builder.attributes(Attribute... attributes)
The attributes to apply to your resource.
|
PutAttributesRequest.Builder |
PutAttributesRequest.Builder.attributes(Collection<Attribute> attributes)
The attributes to apply to your resource.
|
PutAttributesRequest.Builder |
PutAttributesRequest.Builder.attributes(Consumer<Attribute.Builder>... attributes)
The attributes to apply to your resource.
|
static PutAttributesRequest.Builder |
PutAttributesRequest.builder() |
PutAttributesRequest.Builder |
PutAttributesRequest.Builder.cluster(String cluster)
The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to apply
attributes.
|
PutAttributesRequest.Builder |
PutAttributesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutAttributesRequest.Builder |
PutAttributesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutAttributesRequest.Builder |
PutAttributesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutAttributesRequest.Builder> |
PutAttributesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.