Uses of Class
software.amazon.awssdk.services.dax.model.UpdateParameterGroupRequest
-
Packages that use UpdateParameterGroupRequest Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB.software.amazon.awssdk.services.dax.transform -
-
Uses of UpdateParameterGroupRequest in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax with parameters of type UpdateParameterGroupRequest Modifier and Type Method Description default CompletableFuture<UpdateParameterGroupResponse>DaxAsyncClient. updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)Modifies the parameters of a parameter group.default UpdateParameterGroupResponseDaxClient. updateParameterGroup(UpdateParameterGroupRequest updateParameterGroupRequest)Modifies the parameters of a parameter group. -
Uses of UpdateParameterGroupRequest in software.amazon.awssdk.services.dax.transform
Methods in software.amazon.awssdk.services.dax.transform with parameters of type UpdateParameterGroupRequest Modifier and Type Method Description SdkHttpFullRequestUpdateParameterGroupRequestMarshaller. marshall(UpdateParameterGroupRequest updateParameterGroupRequest)
-