| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
RepositorySummary |
RepositorySummary.clone() |
RepositorySummary |
RepositorySummary.withAdministratorAccount(String administratorAccount)
The AWS account ID that manages the repository.
|
RepositorySummary |
RepositorySummary.withArn(String arn)
The ARN of the repository.
|
RepositorySummary |
RepositorySummary.withDescription(String description)
The description of the repository.
|
RepositorySummary |
RepositorySummary.withDomainName(String domainName)
The name of the domain that contains the repository.
|
RepositorySummary |
RepositorySummary.withDomainOwner(String domainOwner)
The 12-digit account number of the AWS account that owns the domain.
|
RepositorySummary |
RepositorySummary.withName(String name)
The name of the repository.
|
| Modifier and Type | Method and Description |
|---|---|
List<RepositorySummary> |
ListRepositoriesInDomainResult.getRepositories()
The returned list of repositories.
|
List<RepositorySummary> |
ListRepositoriesResult.getRepositories()
The returned list of
RepositorySummary objects. |
| Modifier and Type | Method and Description |
|---|---|
ListRepositoriesInDomainResult |
ListRepositoriesInDomainResult.withRepositories(RepositorySummary... repositories)
The returned list of repositories.
|
ListRepositoriesResult |
ListRepositoriesResult.withRepositories(RepositorySummary... repositories)
The returned list of
RepositorySummary objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRepositoriesInDomainResult.setRepositories(Collection<RepositorySummary> repositories)
The returned list of repositories.
|
void |
ListRepositoriesResult.setRepositories(Collection<RepositorySummary> repositories)
The returned list of
RepositorySummary objects. |
ListRepositoriesInDomainResult |
ListRepositoriesInDomainResult.withRepositories(Collection<RepositorySummary> repositories)
The returned list of repositories.
|
ListRepositoriesResult |
ListRepositoriesResult.withRepositories(Collection<RepositorySummary> repositories)
The returned list of
RepositorySummary objects. |
Copyright © 2021. All rights reserved.