| Package | Description |
|---|---|
| com.amazonaws.services.controlcatalog.model |
| Modifier and Type | Method and Description |
|---|---|
DomainSummary |
DomainSummary.clone() |
DomainSummary |
DomainSummary.withArn(String arn)
The Amazon Resource Name (ARN) that identifies the domain.
|
DomainSummary |
DomainSummary.withCreateTime(Date createTime)
The time when the domain was created.
|
DomainSummary |
DomainSummary.withDescription(String description)
The description of the domain.
|
DomainSummary |
DomainSummary.withLastUpdateTime(Date lastUpdateTime)
The time when the domain was most recently updated.
|
DomainSummary |
DomainSummary.withName(String name)
The name of the domain.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainSummary> |
ListDomainsResult.getDomains()
The list of domains that the
ListDomains API returns. |
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResult |
ListDomainsResult.withDomains(DomainSummary... domains)
The list of domains that the
ListDomains API returns. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDomainsResult.setDomains(Collection<DomainSummary> domains)
The list of domains that the
ListDomains API returns. |
ListDomainsResult |
ListDomainsResult.withDomains(Collection<DomainSummary> domains)
The list of domains that the
ListDomains API returns. |
Copyright © 2024. All rights reserved.