Uses of Class
software.amazon.awssdk.services.neptune.model.ModifyDbClusterParameterGroupRequest
-
Packages that use ModifyDbClusterParameterGroupRequest Package Description software.amazon.awssdk.services.neptune Amazon Neptune software.amazon.awssdk.services.neptune.transform -
-
Uses of ModifyDbClusterParameterGroupRequest in software.amazon.awssdk.services.neptune
Methods in software.amazon.awssdk.services.neptune with parameters of type ModifyDbClusterParameterGroupRequest Modifier and Type Method Description default CompletableFuture<ModifyDbClusterParameterGroupResponse>NeptuneAsyncClient. modifyDBClusterParameterGroup(ModifyDbClusterParameterGroupRequest modifyDbClusterParameterGroupRequest)Modifies the parameters of a DB cluster parameter group.default ModifyDbClusterParameterGroupResponseNeptuneClient. modifyDBClusterParameterGroup(ModifyDbClusterParameterGroupRequest modifyDbClusterParameterGroupRequest)Modifies the parameters of a DB cluster parameter group. -
Uses of ModifyDbClusterParameterGroupRequest in software.amazon.awssdk.services.neptune.transform
Methods in software.amazon.awssdk.services.neptune.transform with parameters of type ModifyDbClusterParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequestModifyDbClusterParameterGroupRequestMarshaller. marshall(ModifyDbClusterParameterGroupRequest modifyDbClusterParameterGroupRequest)
-