Uses of Class
software.amazon.awssdk.services.medialive.model.CreateNodeResponse
-
Packages that use CreateNodeResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of CreateNodeResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return CreateNodeResponse Modifier and Type Method Description default CreateNodeResponseMediaLiveClient. createNode(Consumer<CreateNodeRequest.Builder> createNodeRequest)Create a Node in the specified Cluster.default CreateNodeResponseMediaLiveClient. createNode(CreateNodeRequest createNodeRequest)Create a Node in the specified Cluster.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type CreateNodeResponse Modifier and Type Method Description default CompletableFuture<CreateNodeResponse>MediaLiveAsyncClient. createNode(Consumer<CreateNodeRequest.Builder> createNodeRequest)Create a Node in the specified Cluster.default CompletableFuture<CreateNodeResponse>MediaLiveAsyncClient. createNode(CreateNodeRequest createNodeRequest)Create a Node in the specified Cluster.
-