Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.ReadPresetRequest
-
Packages that use ReadPresetRequest Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.transform -
-
Uses of ReadPresetRequest in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder with parameters of type ReadPresetRequest Modifier and Type Method Description default CompletableFuture<ReadPresetResponse>ElasticTranscoderAsyncClient. readPreset(ReadPresetRequest readPresetRequest)The ReadPreset operation gets detailed information about a preset.default ReadPresetResponseElasticTranscoderClient. readPreset(ReadPresetRequest readPresetRequest)The ReadPreset operation gets detailed information about a preset. -
Uses of ReadPresetRequest in software.amazon.awssdk.services.elastictranscoder.transform
Methods in software.amazon.awssdk.services.elastictranscoder.transform with parameters of type ReadPresetRequest Modifier and Type Method Description SdkHttpFullRequestReadPresetRequestMarshaller. marshall(ReadPresetRequest readPresetRequest)
-