| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
RepositoryDescription |
RepositoryDescription.clone() |
RepositoryDescription |
UpdateRepositoryResult.getRepository()
The updated repository.
|
RepositoryDescription |
DisassociateExternalConnectionResult.getRepository()
The repository associated with the removed external connection.
|
RepositoryDescription |
DescribeRepositoryResult.getRepository()
A
RepositoryDescription object that contains the requested repository information. |
RepositoryDescription |
DeleteRepositoryResult.getRepository()
Information about the deleted repository after processing the request.
|
RepositoryDescription |
CreateRepositoryResult.getRepository()
Information about the created repository after processing the request.
|
RepositoryDescription |
AssociateExternalConnectionResult.getRepository()
Information about the connected repository after processing the request.
|
RepositoryDescription |
RepositoryDescription.withAdministratorAccount(String administratorAccount)
The 12-digit account number of the Amazon Web Services account that manages the repository.
|
RepositoryDescription |
RepositoryDescription.withArn(String arn)
The Amazon Resource Name (ARN) of the repository.
|
RepositoryDescription |
RepositoryDescription.withCreatedTime(Date createdTime)
A timestamp that represents the date and time the repository was created.
|
RepositoryDescription |
RepositoryDescription.withDescription(String description)
A text description of the repository.
|
RepositoryDescription |
RepositoryDescription.withDomainName(String domainName)
The name of the domain that contains the repository.
|
RepositoryDescription |
RepositoryDescription.withDomainOwner(String domainOwner)
The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository.
|
RepositoryDescription |
RepositoryDescription.withExternalConnections(Collection<RepositoryExternalConnectionInfo> externalConnections)
An array of external connections associated with the repository.
|
RepositoryDescription |
RepositoryDescription.withExternalConnections(RepositoryExternalConnectionInfo... externalConnections)
An array of external connections associated with the repository.
|
RepositoryDescription |
RepositoryDescription.withName(String name)
The name of the repository.
|
RepositoryDescription |
RepositoryDescription.withUpstreams(Collection<UpstreamRepositoryInfo> upstreams)
A list of upstream repositories to associate with the repository.
|
RepositoryDescription |
RepositoryDescription.withUpstreams(UpstreamRepositoryInfo... upstreams)
A list of upstream repositories to associate with the repository.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateRepositoryResult.setRepository(RepositoryDescription repository)
The updated repository.
|
void |
DisassociateExternalConnectionResult.setRepository(RepositoryDescription repository)
The repository associated with the removed external connection.
|
void |
DescribeRepositoryResult.setRepository(RepositoryDescription repository)
A
RepositoryDescription object that contains the requested repository information. |
void |
DeleteRepositoryResult.setRepository(RepositoryDescription repository)
Information about the deleted repository after processing the request.
|
void |
CreateRepositoryResult.setRepository(RepositoryDescription repository)
Information about the created repository after processing the request.
|
void |
AssociateExternalConnectionResult.setRepository(RepositoryDescription repository)
Information about the connected repository after processing the request.
|
UpdateRepositoryResult |
UpdateRepositoryResult.withRepository(RepositoryDescription repository)
The updated repository.
|
DisassociateExternalConnectionResult |
DisassociateExternalConnectionResult.withRepository(RepositoryDescription repository)
The repository associated with the removed external connection.
|
DescribeRepositoryResult |
DescribeRepositoryResult.withRepository(RepositoryDescription repository)
A
RepositoryDescription object that contains the requested repository information. |
DeleteRepositoryResult |
DeleteRepositoryResult.withRepository(RepositoryDescription repository)
Information about the deleted repository after processing the request.
|
CreateRepositoryResult |
CreateRepositoryResult.withRepository(RepositoryDescription repository)
Information about the created repository after processing the request.
|
AssociateExternalConnectionResult |
AssociateExternalConnectionResult.withRepository(RepositoryDescription repository)
Information about the connected repository after processing the request.
|
Copyright © 2024. All rights reserved.