Uses of Class
software.amazon.awssdk.services.medialive.model.BatchStartResponse
-
Packages that use BatchStartResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of BatchStartResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return BatchStartResponse Modifier and Type Method Description default BatchStartResponseMediaLiveClient. batchStart(Consumer<BatchStartRequest.Builder> batchStartRequest)Starts existing resourcesdefault BatchStartResponseMediaLiveClient. batchStart(BatchStartRequest batchStartRequest)Starts existing resourcesMethods in software.amazon.awssdk.services.medialive that return types with arguments of type BatchStartResponse Modifier and Type Method Description default CompletableFuture<BatchStartResponse>MediaLiveAsyncClient. batchStart(Consumer<BatchStartRequest.Builder> batchStartRequest)Starts existing resourcesdefault CompletableFuture<BatchStartResponse>MediaLiveAsyncClient. batchStart(BatchStartRequest batchStartRequest)Starts existing resources
-