Uses of Class
software.amazon.awssdk.services.medialive.model.UpdateNodeResponse
-
Packages that use UpdateNodeResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of UpdateNodeResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return UpdateNodeResponse Modifier and Type Method Description default UpdateNodeResponseMediaLiveClient. updateNode(Consumer<UpdateNodeRequest.Builder> updateNodeRequest)Change the settings for a Node.default UpdateNodeResponseMediaLiveClient. updateNode(UpdateNodeRequest updateNodeRequest)Change the settings for a Node.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type UpdateNodeResponse Modifier and Type Method Description default CompletableFuture<UpdateNodeResponse>MediaLiveAsyncClient. updateNode(Consumer<UpdateNodeRequest.Builder> updateNodeRequest)Change the settings for a Node.default CompletableFuture<UpdateNodeResponse>MediaLiveAsyncClient. updateNode(UpdateNodeRequest updateNodeRequest)Change the settings for a Node.
-