Uses of Class
software.amazon.awssdk.services.elastictranscoder.model.DeletePresetResponse
-
Packages that use DeletePresetResponse Package Description software.amazon.awssdk.services.elastictranscoder AWS Elastic Transcoder Service -
-
Uses of DeletePresetResponse in software.amazon.awssdk.services.elastictranscoder
Methods in software.amazon.awssdk.services.elastictranscoder that return DeletePresetResponse Modifier and Type Method Description default DeletePresetResponseElasticTranscoderClient. deletePreset(Consumer<DeletePresetRequest.Builder> 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.Methods in software.amazon.awssdk.services.elastictranscoder that return types with arguments of type DeletePresetResponse Modifier and Type Method Description default CompletableFuture<DeletePresetResponse>ElasticTranscoderAsyncClient. deletePreset(Consumer<DeletePresetRequest.Builder> deletePresetRequest)The DeletePreset operation removes a preset that you've added in an AWS region.default CompletableFuture<DeletePresetResponse>ElasticTranscoderAsyncClient. deletePreset(DeletePresetRequest deletePresetRequest)The DeletePreset operation removes a preset that you've added in an AWS region.
-