Uses of Class
software.amazon.awssdk.services.rds.model.DescribeOptionGroupsResponse
-
Packages that use DescribeOptionGroupsResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeOptionGroupsResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeOptionGroupsResponse Modifier and Type Method Description default DescribeOptionGroupsResponseRdsClient. describeOptionGroups()Describes the available option groups.default DescribeOptionGroupsResponseRdsClient. describeOptionGroups(Consumer<DescribeOptionGroupsRequest.Builder> describeOptionGroupsRequest)Describes the available option groups.default DescribeOptionGroupsResponseRdsClient. describeOptionGroups(DescribeOptionGroupsRequest describeOptionGroupsRequest)Describes the available option groups.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeOptionGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeOptionGroupsResponse>RdsAsyncClient. describeOptionGroups()Describes the available option groups.default CompletableFuture<DescribeOptionGroupsResponse>RdsAsyncClient. describeOptionGroups(Consumer<DescribeOptionGroupsRequest.Builder> describeOptionGroupsRequest)Describes the available option groups.default CompletableFuture<DescribeOptionGroupsResponse>RdsAsyncClient. describeOptionGroups(DescribeOptionGroupsRequest describeOptionGroupsRequest)Describes the available option groups. -
Uses of DescribeOptionGroupsResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DescribeOptionGroupsResponse Modifier and Type Method Description Iterator<DescribeOptionGroupsResponse>DescribeOptionGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DescribeOptionGroupsResponse Modifier and Type Method Description voidDescribeOptionGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeOptionGroupsResponse> subscriber)
-