Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.CreatePresetRequest
-
Packages that use CreatePresetRequest Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.transform -
-
Uses of CreatePresetRequest in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder with parameters of type CreatePresetRequest Modifier and Type Method Description default CompletableFuture<CreatePresetResponse>ElasticTranscoderAsyncClient. createPreset(CreatePresetRequest createPresetRequest)The CreatePreset operation creates a preset with settings that you specify.default CreatePresetResponseElasticTranscoderClient. createPreset(CreatePresetRequest createPresetRequest)The CreatePreset operation creates a preset with settings that you specify. -
Uses of CreatePresetRequest in software.amazon.awssdk.services.elastictranscoder.transform
Methods in software.amazon.awssdk.services.elastictranscoder.transform with parameters of type CreatePresetRequest Modifier and Type Method Description SdkHttpFullRequestCreatePresetRequestMarshaller. marshall(CreatePresetRequest createPresetRequest)
-