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