Uses of Class
software.amazon.awssdk.services.voiceid.model.Watchlist
-
Packages that use Watchlist Package Description software.amazon.awssdk.services.voiceid.model -
-
Uses of Watchlist in software.amazon.awssdk.services.voiceid.model
Methods in software.amazon.awssdk.services.voiceid.model that return Watchlist Modifier and Type Method Description WatchlistCreateWatchlistResponse. watchlist()Information about the newly created watchlist.WatchlistDescribeWatchlistResponse. watchlist()Information about the specified watchlist.WatchlistUpdateWatchlistResponse. watchlist()Details about the updated watchlist.Methods in software.amazon.awssdk.services.voiceid.model with parameters of type Watchlist Modifier and Type Method Description CreateWatchlistResponse.BuilderCreateWatchlistResponse.Builder. watchlist(Watchlist watchlist)Information about the newly created watchlist.DescribeWatchlistResponse.BuilderDescribeWatchlistResponse.Builder. watchlist(Watchlist watchlist)Information about the specified watchlist.UpdateWatchlistResponse.BuilderUpdateWatchlistResponse.Builder. watchlist(Watchlist watchlist)Details about the updated watchlist.
-