Uses of Class
software.amazon.awssdk.services.redshift.model.ModifyClusterMaintenanceResponse
-
Packages that use ModifyClusterMaintenanceResponse Package Description software.amazon.awssdk.services.redshift Amazon Redshift -
-
Uses of ModifyClusterMaintenanceResponse in software.amazon.awssdk.services.redshift
Methods in software.amazon.awssdk.services.redshift that return ModifyClusterMaintenanceResponse Modifier and Type Method Description default ModifyClusterMaintenanceResponseRedshiftClient. modifyClusterMaintenance(Consumer<ModifyClusterMaintenanceRequest.Builder> modifyClusterMaintenanceRequest)Modifies the maintenance settings of a cluster.default ModifyClusterMaintenanceResponseRedshiftClient. modifyClusterMaintenance(ModifyClusterMaintenanceRequest modifyClusterMaintenanceRequest)Modifies the maintenance settings of a cluster.Methods in software.amazon.awssdk.services.redshift that return types with arguments of type ModifyClusterMaintenanceResponse Modifier and Type Method Description default CompletableFuture<ModifyClusterMaintenanceResponse>RedshiftAsyncClient. modifyClusterMaintenance(Consumer<ModifyClusterMaintenanceRequest.Builder> modifyClusterMaintenanceRequest)Modifies the maintenance settings of a cluster.default CompletableFuture<ModifyClusterMaintenanceResponse>RedshiftAsyncClient. modifyClusterMaintenance(ModifyClusterMaintenanceRequest modifyClusterMaintenanceRequest)Modifies the maintenance settings of a cluster.
-