| Package | Description |
|---|---|
| com.amazonaws.services.ecr.model |
| Modifier and Type | Method and Description |
|---|---|
Repository |
Repository.clone() |
Repository |
DeleteRepositoryResult.getRepository()
The repository that was deleted.
|
Repository |
CreateRepositoryResult.getRepository()
The repository that was created.
|
Repository |
Repository.withCreatedAt(Date createdAt)
The date and time, in JavaScript date format, when the repository was created.
|
Repository |
Repository.withImageTagMutability(ImageTagMutability imageTagMutability)
The tag mutability setting for the repository.
|
Repository |
Repository.withImageTagMutability(String imageTagMutability)
The tag mutability setting for the repository.
|
Repository |
Repository.withRegistryId(String registryId)
The AWS account ID associated with the registry that contains the repository.
|
Repository |
Repository.withRepositoryArn(String repositoryArn)
The Amazon Resource Name (ARN) that identifies the repository.
|
Repository |
Repository.withRepositoryName(String repositoryName)
The name of the repository.
|
Repository |
Repository.withRepositoryUri(String repositoryUri)
The URI for the repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<Repository> |
DescribeRepositoriesResult.getRepositories()
A list of repository objects corresponding to valid repositories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteRepositoryResult.setRepository(Repository repository)
The repository that was deleted.
|
void |
CreateRepositoryResult.setRepository(Repository repository)
The repository that was created.
|
DescribeRepositoriesResult |
DescribeRepositoriesResult.withRepositories(Repository... repositories)
A list of repository objects corresponding to valid repositories.
|
DeleteRepositoryResult |
DeleteRepositoryResult.withRepository(Repository repository)
The repository that was deleted.
|
CreateRepositoryResult |
CreateRepositoryResult.withRepository(Repository repository)
The repository that was created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRepositoriesResult.setRepositories(Collection<Repository> repositories)
A list of repository objects corresponding to valid repositories.
|
DescribeRepositoriesResult |
DescribeRepositoriesResult.withRepositories(Collection<Repository> repositories)
A list of repository objects corresponding to valid repositories.
|
Copyright © 2019. All rights reserved.