| Package | Description |
|---|---|
| com.amazonaws.services.voiceid.model |
| Modifier and Type | Method and Description |
|---|---|
Watchlist |
Watchlist.clone() |
Watchlist |
UpdateWatchlistResult.getWatchlist()
Details about the updated watchlist.
|
Watchlist |
CreateWatchlistResult.getWatchlist()
Information about the newly created watchlist.
|
Watchlist |
DescribeWatchlistResult.getWatchlist()
Information about the specified watchlist.
|
Watchlist |
Watchlist.withCreatedAt(Date createdAt)
The timestamp of when the watchlist was created.
|
Watchlist |
Watchlist.withDefaultWatchlist(Boolean defaultWatchlist)
Whether the specified watchlist is the default watchlist of a domain.
|
Watchlist |
Watchlist.withDescription(String description)
The description of the watchlist.
|
Watchlist |
Watchlist.withDomainId(String domainId)
The identifier of the domain that contains the watchlist.
|
Watchlist |
Watchlist.withName(String name)
The name for the watchlist.
|
Watchlist |
Watchlist.withUpdatedAt(Date updatedAt)
The timestamp of when the watchlist was updated.
|
Watchlist |
Watchlist.withWatchlistId(String watchlistId)
The identifier of the watchlist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateWatchlistResult.setWatchlist(Watchlist watchlist)
Details about the updated watchlist.
|
void |
CreateWatchlistResult.setWatchlist(Watchlist watchlist)
Information about the newly created watchlist.
|
void |
DescribeWatchlistResult.setWatchlist(Watchlist watchlist)
Information about the specified watchlist.
|
UpdateWatchlistResult |
UpdateWatchlistResult.withWatchlist(Watchlist watchlist)
Details about the updated watchlist.
|
CreateWatchlistResult |
CreateWatchlistResult.withWatchlist(Watchlist watchlist)
Information about the newly created watchlist.
|
DescribeWatchlistResult |
DescribeWatchlistResult.withWatchlist(Watchlist watchlist)
Information about the specified watchlist.
|
Copyright © 2024. All rights reserved.