Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.DeletePresetRequest
-
Packages that use DeletePresetRequest Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service software.amazon.awssdk.services.elastictranscoder.transform -
-
Uses of DeletePresetRequest in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder with parameters of type DeletePresetRequest Modifier and Type Method Description default CompletableFuture<DeletePresetResponse>ElasticTranscoderAsyncClient. deletePreset(DeletePresetRequest deletePresetRequest)The DeletePreset operation removes a preset that you've added in an AWS region.default DeletePresetResponseElasticTranscoderClient. deletePreset(DeletePresetRequest deletePresetRequest)The DeletePreset operation removes a preset that you've added in an AWS region. -
Uses of DeletePresetRequest in software.amazon.awssdk.services.elastictranscoder.transform
Methods in software.amazon.awssdk.services.elastictranscoder.transform with parameters of type DeletePresetRequest Modifier and Type Method Description SdkHttpFullRequestDeletePresetRequestMarshaller. marshall(DeletePresetRequest deletePresetRequest)
-