Uses of Class
software.amazon.awssdk.services.memorydb.model.DescribeParameterGroupsResponse
-
Packages that use DescribeParameterGroupsResponse 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.software.amazon.awssdk.services.memorydb.paginators -
-
Uses of DescribeParameterGroupsResponse in software.amazon.awssdk.services.memorydb
Methods in software.amazon.awssdk.services.memorydb that return DescribeParameterGroupsResponse Modifier and Type Method Description default DescribeParameterGroupsResponseMemoryDbClient. describeParameterGroups(Consumer<DescribeParameterGroupsRequest.Builder> describeParameterGroupsRequest)Returns a list of parameter group descriptions.default DescribeParameterGroupsResponseMemoryDbClient. describeParameterGroups(DescribeParameterGroupsRequest describeParameterGroupsRequest)Returns a list of parameter group descriptions.Methods in software.amazon.awssdk.services.memorydb that return types with arguments of type DescribeParameterGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeParameterGroupsResponse>MemoryDbAsyncClient. describeParameterGroups(Consumer<DescribeParameterGroupsRequest.Builder> describeParameterGroupsRequest)Returns a list of parameter group descriptions.default CompletableFuture<DescribeParameterGroupsResponse>MemoryDbAsyncClient. describeParameterGroups(DescribeParameterGroupsRequest describeParameterGroupsRequest)Returns a list of parameter group descriptions. -
Uses of DescribeParameterGroupsResponse in software.amazon.awssdk.services.memorydb.paginators
Methods in software.amazon.awssdk.services.memorydb.paginators that return types with arguments of type DescribeParameterGroupsResponse Modifier and Type Method Description Iterator<DescribeParameterGroupsResponse>DescribeParameterGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.memorydb.paginators with type arguments of type DescribeParameterGroupsResponse Modifier and Type Method Description voidDescribeParameterGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeParameterGroupsResponse> subscriber)
-