| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecrpublic |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateRepositoryResponse |
EcrPublicClient.createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)
Creates a repository in a public registry.
|
default CreateRepositoryResponse |
EcrPublicClient.createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates a repository in a public registry.
|
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. |
default UntagResourceResponse |
EcrPublicClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Deletes specified tags from a resource.
|
default UntagResourceResponse |
EcrPublicClient.untagResource(UntagResourceRequest untagResourceRequest)
Deletes specified tags from a resource.
|
Copyright © 2023. All rights reserved.