Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.Thumbnails
-
Packages that use Thumbnails Package Description software.amazon.awssdk.services.elastictranscoder.model -
-
Uses of Thumbnails in software.amazon.awssdk.services.elastictranscoder.model
Methods in software.amazon.awssdk.services.elastictranscoder.model that return Thumbnails Modifier and Type Method Description ThumbnailsCreatePresetRequest. thumbnails()A section of the request body that specifies the thumbnail parameters, if any.ThumbnailsPreset. thumbnails()A section of the response body that provides information about the thumbnail preset values, if any.Methods in software.amazon.awssdk.services.elastictranscoder.model with parameters of type Thumbnails Modifier and Type Method Description CreatePresetRequest.BuilderCreatePresetRequest.Builder. thumbnails(Thumbnails thumbnails)A section of the request body that specifies the thumbnail parameters, if any.Preset.BuilderPreset.Builder. thumbnails(Thumbnails thumbnails)A section of the response body that provides information about the thumbnail preset values, if any.
-