| Package | Description |
|---|---|
| com.amazonaws.services.datazone.model |
| Modifier and Type | Method and Description |
|---|---|
DomainSummary |
DomainSummary.clone() |
DomainSummary |
DomainSummary.withArn(String arn)
The ARN of the Amazon DataZone domain.
|
DomainSummary |
DomainSummary.withCreatedAt(Date createdAt)
A timestamp of when a Amazon DataZone domain was created.
|
DomainSummary |
DomainSummary.withDescription(String description)
A description of an Amazon DataZone domain.
|
DomainSummary |
DomainSummary.withId(String id)
The ID of the Amazon DataZone domain.
|
DomainSummary |
DomainSummary.withLastUpdatedAt(Date lastUpdatedAt)
A timestamp of when a Amazon DataZone domain was last updated.
|
DomainSummary |
DomainSummary.withManagedAccountId(String managedAccountId)
The identifier of the Amazon Web Services account that manages the domain.
|
DomainSummary |
DomainSummary.withName(String name)
A name of an Amazon DataZone domain.
|
DomainSummary |
DomainSummary.withPortalUrl(String portalUrl)
The data portal URL for the Amazon DataZone domain.
|
DomainSummary |
DomainSummary.withStatus(DomainStatus status)
The status of the Amazon DataZone domain.
|
DomainSummary |
DomainSummary.withStatus(String status)
The status of the Amazon DataZone domain.
|
| Modifier and Type | Method and Description |
|---|---|
List<DomainSummary> |
ListDomainsResult.getItems()
The results of the
ListDomains action. |
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResult |
ListDomainsResult.withItems(DomainSummary... items)
The results of the
ListDomains action. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListDomainsResult.setItems(Collection<DomainSummary> items)
The results of the
ListDomains action. |
ListDomainsResult |
ListDomainsResult.withItems(Collection<DomainSummary> items)
The results of the
ListDomains action. |
Copyright © 2023. All rights reserved.