Package | Description |
---|---|
com.amazonaws.services.ecr.model | |
com.amazonaws.services.ecr.model.transform |
Modifier and Type | Field and Description |
---|---|
private Repository |
DeleteRepositoryResult.repository |
private Repository |
CreateRepositoryResult.repository |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Repository> |
DescribeRepositoriesResult.repositories
A list of repository objects corresponding to valid repositories.
|
Modifier and Type | Method and Description |
---|---|
Repository |
Repository.clone() |
Repository |
DeleteRepositoryResult.getRepository() |
Repository |
CreateRepositoryResult.getRepository() |
Repository |
Repository.withRegistryId(java.lang.String registryId)
The AWS account ID associated with the registry that contains the
repository.
|
Repository |
Repository.withRepositoryArn(java.lang.String repositoryArn)
The Amazon Resource Name (ARN) that identifies the repository.
|
Repository |
Repository.withRepositoryName(java.lang.String repositoryName)
The name of the repository.
|
Repository |
Repository.withRepositoryUri(java.lang.String repositoryUri)
The URI for the repository.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Repository> |
DescribeRepositoriesResult.getRepositories()
A list of repository objects corresponding to valid repositories.
|
Modifier and Type | Method and Description |
---|---|
void |
DeleteRepositoryResult.setRepository(Repository repository) |
void |
CreateRepositoryResult.setRepository(Repository repository) |
DescribeRepositoriesResult |
DescribeRepositoriesResult.withRepositories(Repository... repositories)
A list of repository objects corresponding to valid repositories.
|
DeleteRepositoryResult |
DeleteRepositoryResult.withRepository(Repository repository) |
CreateRepositoryResult |
CreateRepositoryResult.withRepository(Repository repository) |
Modifier and Type | Method and Description |
---|---|
void |
DescribeRepositoriesResult.setRepositories(java.util.Collection<Repository> repositories)
A list of repository objects corresponding to valid repositories.
|
DescribeRepositoriesResult |
DescribeRepositoriesResult.withRepositories(java.util.Collection<Repository> repositories)
A list of repository objects corresponding to valid repositories.
|
Modifier and Type | Method and Description |
---|---|
Repository |
RepositoryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryJsonMarshaller.marshall(Repository repository,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|