Uses of Class
software.amazon.awssdk.services.neptune.model.ClusterPendingModifiedValues
-
Packages that use ClusterPendingModifiedValues Package Description software.amazon.awssdk.services.neptune.model -
-
Uses of ClusterPendingModifiedValues in software.amazon.awssdk.services.neptune.model
Methods in software.amazon.awssdk.services.neptune.model that return ClusterPendingModifiedValues Modifier and Type Method Description ClusterPendingModifiedValuesDBCluster. pendingModifiedValues()This data type is used as a response element in theModifyDBClusteroperation and contains changes that will be applied during the next maintenance window.Methods in software.amazon.awssdk.services.neptune.model with parameters of type ClusterPendingModifiedValues Modifier and Type Method Description DBCluster.BuilderDBCluster.Builder. pendingModifiedValues(ClusterPendingModifiedValues pendingModifiedValues)This data type is used as a response element in theModifyDBClusteroperation and contains changes that will be applied during the next maintenance window.
-