Uses of Class
software.amazon.awssdk.services.medialive.model.UpdateNodeStateRequest
-
Packages that use UpdateNodeStateRequest Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.transform -
-
Uses of UpdateNodeStateRequest in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive with parameters of type UpdateNodeStateRequest Modifier and Type Method Description default CompletableFuture<UpdateNodeStateResponse>MediaLiveAsyncClient. updateNodeState(UpdateNodeStateRequest updateNodeStateRequest)Update the state of a node.default UpdateNodeStateResponseMediaLiveClient. updateNodeState(UpdateNodeStateRequest updateNodeStateRequest)Update the state of a node. -
Uses of UpdateNodeStateRequest in software.amazon.awssdk.services.medialive.transform
Methods in software.amazon.awssdk.services.medialive.transform with parameters of type UpdateNodeStateRequest Modifier and Type Method Description SdkHttpFullRequestUpdateNodeStateRequestMarshaller. marshall(UpdateNodeStateRequest updateNodeStateRequest)
-