Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterEndpoint
Packages that use DBClusterEndpoint
Package
Description
-
Uses of DBClusterEndpoint in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBClusterEndpointModifier and TypeMethodDescriptionfinal List<DBClusterEndpoint>DescribeDbClusterEndpointsResponse.dbClusterEndpoints()Contains the details of the endpoints associated with the cluster and matching any filter conditions.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBClusterEndpointModifier and TypeMethodDescriptionDescribeDbClusterEndpointsResponse.Builder.dbClusterEndpoints(DBClusterEndpoint... dbClusterEndpoints) Contains the details of the endpoints associated with the cluster and matching any filter conditions.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBClusterEndpointModifier and TypeMethodDescriptionDescribeDbClusterEndpointsResponse.Builder.dbClusterEndpoints(Collection<DBClusterEndpoint> dbClusterEndpoints) Contains the details of the endpoints associated with the cluster and matching any filter conditions. -
Uses of DBClusterEndpoint in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DBClusterEndpointModifier and TypeMethodDescriptionfinal SdkIterable<DBClusterEndpoint>DescribeDBClusterEndpointsIterable.dbClusterEndpoints()Returns an iterable to iterate through the paginatedDescribeDbClusterEndpointsResponse.dbClusterEndpoints()member.final SdkPublisher<DBClusterEndpoint>DescribeDBClusterEndpointsPublisher.dbClusterEndpoints()Returns a publisher that can be used to get a stream of data.