| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
Domain |
Domain.clone() |
Domain |
DescribeDomainResult.getDomain()
Information about the specified domain.
|
Domain |
UpdateDomainResult.getDomain()
Details about the updated domain
|
Domain |
CreateDomainResult.getDomain()
Information about the newly created domain.
|
Domain |
Domain.withArn(String arn)
The Amazon Resource Name (ARN) for the domain.
|
Domain |
Domain.withCreatedAt(Date createdAt)
The timestamp at which the domain is created.
|
Domain |
Domain.withDescription(String description)
The client-provided description of the domain.
|
Domain |
Domain.withDomainId(String domainId)
The service-generated identifier for the domain.
|
Domain |
Domain.withDomainStatus(DomainStatus domainStatus)
The current status of the domain.
|
Domain |
Domain.withDomainStatus(String domainStatus)
The current status of the domain.
|
Domain |
Domain.withName(String name)
The client-provided name for the domain.
|
Domain |
Domain.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The server-side encryption configuration containing the KMS key identifier you want Voice ID to use to encrypt
your data.
|
Domain |
Domain.withServerSideEncryptionUpdateDetails(ServerSideEncryptionUpdateDetails serverSideEncryptionUpdateDetails)
Details about the most recent server-side encryption configuration update.
|
Domain |
Domain.withUpdatedAt(Date updatedAt)
The timestamp showing the domain's last update.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDomainResult.setDomain(Domain domain)
Information about the specified domain.
|
void |
UpdateDomainResult.setDomain(Domain domain)
Details about the updated domain
|
void |
CreateDomainResult.setDomain(Domain domain)
Information about the newly created domain.
|
DescribeDomainResult |
DescribeDomainResult.withDomain(Domain domain)
Information about the specified domain.
|
UpdateDomainResult |
UpdateDomainResult.withDomain(Domain domain)
Details about the updated domain
|
CreateDomainResult |
CreateDomainResult.withDomain(Domain domain)
Information about the newly created domain.
|
Copyright © 2023. All rights reserved.