| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
DomainSummary |
DomainSummary.clone() |
DomainSummary |
DomainSummary.withArn(String arn)
The Amazon Resource Name (ARN) for the domain.
|
DomainSummary |
DomainSummary.withCreatedAt(Date createdAt)
The timestamp of when the domain was created.
|
DomainSummary |
DomainSummary.withDescription(String description)
The description of the domain.
|
DomainSummary |
DomainSummary.withDomainId(String domainId)
The identifier of the domain.
|
DomainSummary |
DomainSummary.withDomainStatus(DomainStatus domainStatus)
The current status of the domain.
|
DomainSummary |
DomainSummary.withDomainStatus(String domainStatus)
The current status of the domain.
|
DomainSummary |
DomainSummary.withName(String name)
The client-provided name for the domain.
|
DomainSummary |
DomainSummary.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
DomainSummary |
DomainSummary.withServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetails serverSideEncryptionUpdateDetails)
Details about the most recent server-side encryption configuration update.
|
DomainSummary |
DomainSummary.withUpdatedAt(Date updatedAt)
The timestamp of when the domain was last updated.
|
DomainSummary |
DomainSummary.withWatchlistDetails(WatchlistDetails watchlistDetails)
Provides information about
watchlistDetails and DefaultWatchlistID. |
| Modifier and Type | Method and Description |
|---|---|
List<DomainSummary> |
ListDomainsResult.getDomainSummaries()
A list containing details about each domain in the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
ListDomainsResult |
ListDomainsResult.withDomainSummaries(DomainSummary... domainSummaries)
A list containing details about each domain in the Amazon Web Services account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListDomainsResult.setDomainSummaries(Collection<DomainSummary> domainSummaries)
A list containing details about each domain in the Amazon Web Services account.
|
ListDomainsResult |
ListDomainsResult.withDomainSummaries(Collection<DomainSummary> domainSummaries)
A list containing details about each domain in the Amazon Web Services account.
|
Copyright © 2024. All rights reserved.