| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs |
|
| Modifier and Type | Method and Description |
|---|---|
default TagResourceResponse |
EcsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
EcsClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default UntagResourceResponse |
EcsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from a resource.
|
default UntagResourceResponse |
EcsClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
Copyright © 2021. All rights reserved.