Package | Description |
---|---|
com.amazonaws.services.ecr.model |
Modifier and Type | Method and Description |
---|---|
Repository |
Repository.clone() |
Repository |
CreateRepositoryResult.getRepository() |
Repository |
DeleteRepositoryResult.getRepository() |
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 |
CreateRepositoryResult.setRepository(Repository repository) |
void |
DeleteRepositoryResult.setRepository(Repository repository) |
DescribeRepositoriesResult |
DescribeRepositoriesResult.withRepositories(Repository... repositories)
A list of repository objects corresponding to valid repositories.
|
CreateRepositoryResult |
CreateRepositoryResult.withRepository(Repository repository) |
DeleteRepositoryResult |
DeleteRepositoryResult.withRepository(Repository repository) |
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 © 2018. All rights reserved.