| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecr |
|
| Modifier and Type | Method and Description |
|---|---|
default TagResourceResponse |
EcrClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds specified tags to a resource with the specified ARN.
|
default TagResourceResponse |
EcrClient.tagResource(TagResourceRequest tagResourceRequest)
Adds specified tags to a resource with the specified ARN.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagResourceResponse> |
EcrAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds specified tags to a resource with the specified ARN.
|
default CompletableFuture<TagResourceResponse> |
EcrAsyncClient.tagResource(TagResourceRequest tagResourceRequest)
Adds specified tags to a resource with the specified ARN.
|
Copyright © 2021. All rights reserved.