Uses of Class
software.amazon.awssdk.services.memorydb.model.DeleteParameterGroupResponse
-
Packages that use DeleteParameterGroupResponse Package Description software.amazon.awssdk.services.memorydb MemoryDB is a fully managed, Redis OSS-compatible, in-memory database that delivers ultra-fast performance and Multi-AZ durability for modern applications built using microservices architectures. -
-
Uses of DeleteParameterGroupResponse in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that return DeleteParameterGroupResponse Modifier and Type Method Description default DeleteParameterGroupResponseMemoryDbClient. deleteParameterGroup(Consumer<DeleteParameterGroupRequest.Builder> deleteParameterGroupRequest)Deletes the specified parameter group.default DeleteParameterGroupResponseMemoryDbClient. deleteParameterGroup(DeleteParameterGroupRequest deleteParameterGroupRequest)Deletes the specified parameter group.Methods in software.amazon.awssdk.services.memorydb that return types with arguments of type DeleteParameterGroupResponse Modifier and Type Method Description default CompletableFuture<DeleteParameterGroupResponse>MemoryDbAsyncClient. deleteParameterGroup(Consumer<DeleteParameterGroupRequest.Builder> deleteParameterGroupRequest)Deletes the specified parameter group.default CompletableFuture<DeleteParameterGroupResponse>MemoryDbAsyncClient. deleteParameterGroup(DeleteParameterGroupRequest deleteParameterGroupRequest)Deletes the specified parameter group.
-