Uses of Class
software.amazon.awssdk.services.medialive.model.UpdateClusterResponse
-
Packages that use UpdateClusterResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLive -
-
Uses of UpdateClusterResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return UpdateClusterResponse Modifier and Type Method Description default UpdateClusterResponseMediaLiveClient. updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)Change the settings for a Cluster.default UpdateClusterResponseMediaLiveClient. updateCluster(UpdateClusterRequest updateClusterRequest)Change the settings for a Cluster.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type UpdateClusterResponse Modifier and Type Method Description default CompletableFuture<UpdateClusterResponse>MediaLiveAsyncClient. updateCluster(Consumer<UpdateClusterRequest.Builder> updateClusterRequest)Change the settings for a Cluster.default CompletableFuture<UpdateClusterResponse>MediaLiveAsyncClient. updateCluster(UpdateClusterRequest updateClusterRequest)Change the settings for a Cluster.
-