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