| Package | Description |
|---|---|
| software.amazon.awssdk.services.neptune.model | |
| software.amazon.awssdk.services.neptune.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DBClusterEndpoint> |
DescribeDbClusterEndpointsResponse.dbClusterEndpoints()
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDbClusterEndpointsResponse.Builder |
DescribeDbClusterEndpointsResponse.Builder.dbClusterEndpoints(DBClusterEndpoint... dbClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeDbClusterEndpointsResponse.Builder |
DescribeDbClusterEndpointsResponse.Builder.dbClusterEndpoints(Collection<DBClusterEndpoint> dbClusterEndpoints)
Contains the details of the endpoints associated with the cluster and matching any filter conditions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DBClusterEndpoint> |
DescribeDBClusterEndpointsIterable.dbClusterEndpoints()
Returns an iterable to iterate through the paginated
DescribeDbClusterEndpointsResponse.dbClusterEndpoints() member. |
SdkPublisher<DBClusterEndpoint> |
DescribeDBClusterEndpointsPublisher.dbClusterEndpoints()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.