| Package | Description |
|---|---|
| com.amazonaws.services.ecrpublic |
|
| com.amazonaws.services.ecrpublic.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRepositoryResult> |
AbstractAmazonECRPublicAsync.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AmazonECRPublicAsync.createRepositoryAsync(CreateRepositoryRequest createRepositoryRequest,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)
Creates a repository in a public registry.
|
Future<CreateRepositoryResult> |
AmazonECRPublicAsyncClient.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRepositoryRequest |
CreateRepositoryRequest.clone() |
CreateRepositoryRequest |
CreateRepositoryRequest.withCatalogData(RepositoryCatalogDataInput catalogData)
The details about the repository that are publicly visible in the Amazon ECR Public Gallery.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withRepositoryName(String repositoryName)
The name to use for the repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withTags(Collection<Tag> tags)
The metadata that you apply to the repository to help you categorize and organize them.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withTags(Tag... tags)
The metadata that you apply to the repository to help you categorize and organize them.
|
Copyright © 2022. All rights reserved.