Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbClusterEndpointsRequest
Packages that use DescribeDbClusterEndpointsRequest
Package
Description
-
Uses of DescribeDbClusterEndpointsRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type DescribeDbClusterEndpointsRequestModifier and TypeMethodDescriptionRdsAsyncClient.describeDBClusterEndpoints(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest) Returns information about endpoints for an Amazon Aurora DB cluster.RdsClient.describeDBClusterEndpoints(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest) Returns information about endpoints for an Amazon Aurora DB cluster.RdsAsyncClient.describeDBClusterEndpointsPaginator(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest) This is a variant ofRdsAsyncClient.describeDBClusterEndpoints(software.amazon.awssdk.services.rds.model.DescribeDbClusterEndpointsRequest)operation.RdsClient.describeDBClusterEndpointsPaginator(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest) This is a variant ofRdsClient.describeDBClusterEndpoints(software.amazon.awssdk.services.rds.model.DescribeDbClusterEndpointsRequest)operation. -
Uses of DescribeDbClusterEndpointsRequest in software.amazon.awssdk.services.rds.paginators
Constructors in software.amazon.awssdk.services.rds.paginators with parameters of type DescribeDbClusterEndpointsRequestModifierConstructorDescriptionDescribeDBClusterEndpointsIterable(RdsClient client, DescribeDbClusterEndpointsRequest firstRequest) DescribeDBClusterEndpointsPublisher(RdsAsyncClient client, DescribeDbClusterEndpointsRequest firstRequest) -
Uses of DescribeDbClusterEndpointsRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type DescribeDbClusterEndpointsRequestModifier and TypeMethodDescriptionDescribeDbClusterEndpointsRequestMarshaller.marshall(DescribeDbClusterEndpointsRequest describeDbClusterEndpointsRequest)