| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic |
|
| Modifier and Type | Method and Description |
|---|---|
default TagResourceResponse |
EcrPublicClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default TagResourceResponse |
EcrPublicClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagResourceResponse> |
EcrPublicAsyncClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
default CompletableFuture<TagResourceResponse> |
EcrPublicAsyncClient.tagResource(TagResourceRequest tagResourceRequest)
Associates the specified tags to a resource with the specified
resourceArn. |
Copyright © 2022. All rights reserved.