Uses of Class
software.amazon.awssdk.services.dax.model.DeleteParameterGroupResponse
-
Packages that use DeleteParameterGroupResponse Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB. -
-
Uses of DeleteParameterGroupResponse in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax that return DeleteParameterGroupResponse Modifier and Type Method Description default DeleteParameterGroupResponseDaxClient. deleteParameterGroup(Consumer<DeleteParameterGroupRequest.Builder> deleteParameterGroupRequest)Deletes the specified parameter group.default DeleteParameterGroupResponseDaxClient. deleteParameterGroup(DeleteParameterGroupRequest deleteParameterGroupRequest)Deletes the specified parameter group.Methods in software.amazon.awssdk.services.dax that return types with arguments of type DeleteParameterGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteParameterGroupResponse>DaxAsyncClient. deleteParameterGroup(Consumer<DeleteParameterGroupRequest.Builder> deleteParameterGroupRequest)Deletes the specified parameter group.default CompletableFuture<DeleteParameterGroupResponse>DaxAsyncClient. deleteParameterGroup(DeleteParameterGroupRequest deleteParameterGroupRequest)Deletes the specified parameter group.
-