Package | Description |
---|---|
com.amazonaws.services.ecr |
|
com.amazonaws.services.ecr.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateRepositoryResult> |
AmazonECRAsyncClient.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AbstractAmazonECRAsync.createRepositoryAsync(CreateRepositoryRequest request,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) |
Future<CreateRepositoryResult> |
AmazonECRAsync.createRepositoryAsync(CreateRepositoryRequest createRepositoryRequest,
AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)
Creates a repository.
|
Modifier and Type | Method and Description |
---|---|
CreateRepositoryRequest |
CreateRepositoryRequest.clone() |
CreateRepositoryRequest |
CreateRepositoryRequest.withEncryptionConfiguration(EncryptionConfiguration encryptionConfiguration)
The encryption configuration for the repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withImageScanningConfiguration(ImageScanningConfiguration imageScanningConfiguration)
The image scanning configuration for the repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withImageTagMutability(ImageTagMutability imageTagMutability)
The tag mutability setting for the repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withImageTagMutability(String imageTagMutability)
The tag mutability setting for the repository.
|
CreateRepositoryRequest |
CreateRepositoryRequest.withRegistryId(String registryId)
The Amazon Web Services account ID associated with the registry to create the repository.
|
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 © 2023. All rights reserved.