Uses of Class
software.amazon.awssdk.services.medialive.model.BatchStopResponse
-
Packages that use BatchStopResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of BatchStopResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return BatchStopResponse Modifier and Type Method Description default BatchStopResponseMediaLiveClient. batchStop(Consumer<BatchStopRequest.Builder> batchStopRequest)Stops running resourcesdefault BatchStopResponseMediaLiveClient. batchStop(BatchStopRequest batchStopRequest)Stops running resourcesMethods in software.amazon.awssdk.services.medialive that return types with arguments of type BatchStopResponse Modifier and Type Method Description default CompletableFuture<BatchStopResponse>MediaLiveAsyncClient. batchStop(Consumer<BatchStopRequest.Builder> batchStopRequest)Stops running resourcesdefault CompletableFuture<BatchStopResponse>MediaLiveAsyncClient. batchStop(BatchStopRequest batchStopRequest)Stops running resources
-