| Package | Description |
|---|---|
| com.amazonaws.services.codeartifact.model |
| Modifier and Type | Method and Description |
|---|---|
DomainSummary |
DomainSummary.clone() |
DomainSummary |
DomainSummary.withArn(String arn)
The ARN of the domain.
|
DomainSummary |
DomainSummary.withCreatedTime(Date createdTime)
A timestamp that contains the date and time the domain was created.
|
DomainSummary |
DomainSummary.withEncryptionKey(String encryptionKey)
The key used to encrypt the domain.
|
DomainSummary |
DomainSummary.withName(String name)
The name of the domain.
|
DomainSummary |
DomainSummary.withOwner(String owner)
The 12-digit account number of the Amazon Web Services account that owns the domain.
|
DomainSummary |
DomainSummary.withStatus(DomainStatus status)
A string that contains the status of the domain.
|
DomainSummary |
DomainSummary.withStatus(String status)
A string that contains the status of the domain.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainSummary> |
ListDomainsResult.getDomains()
The returned list of DomainSummary
objects.
|
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResult |
ListDomainsResult.withDomains(DomainSummary... domains)
The returned list of DomainSummary
objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDomainsResult.setDomains(Collection<DomainSummary> domains)
The returned list of DomainSummary
objects.
|
ListDomainsResult |
ListDomainsResult.withDomains(Collection<DomainSummary> domains)
The returned list of DomainSummary
objects.
|
Copyright © 2024. All rights reserved.