Uses of Class
software.amazon.awssdk.services.rds.model.DBClusterEndpoint
-
Packages that use DBClusterEndpoint Package Description software.amazon.awssdk.services.rds.model software.amazon.awssdk.services.rds.paginators -
-
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 DBClusterEndpoint Modifier and Type Method Description 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 DBClusterEndpoint Modifier and Type Method Description DescribeDbClusterEndpointsResponse.BuilderDescribeDbClusterEndpointsResponse.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 DBClusterEndpoint Modifier and Type Method Description DescribeDbClusterEndpointsResponse.BuilderDescribeDbClusterEndpointsResponse.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 DBClusterEndpoint Modifier and Type Method Description SdkIterable<DBClusterEndpoint>DescribeDBClusterEndpointsIterable. dbClusterEndpoints()Returns an iterable to iterate through the paginatedDescribeDbClusterEndpointsResponse.dbClusterEndpoints()member.SdkPublisher<DBClusterEndpoint>DescribeDBClusterEndpointsPublisher. dbClusterEndpoints()Returns a publisher that can be used to get a stream of data.
-