Package | Description |
---|---|
com.amazonaws.services.redshift.model | |
com.amazonaws.services.redshift.model.transform |
Modifier and Type | Field and Description |
---|---|
private Endpoint |
Cluster.endpoint
The connection endpoint.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
Cluster.getEndpoint()
The connection endpoint.
|
Endpoint |
Endpoint.withAddress(java.lang.String address)
The DNS address of the Cluster.
|
Endpoint |
Endpoint.withPort(java.lang.Integer port)
The port that the database engine is listening on.
|
Modifier and Type | Method and Description |
---|---|
void |
Cluster.setEndpoint(Endpoint endpoint)
The connection endpoint.
|
Cluster |
Cluster.withEndpoint(Endpoint endpoint)
The connection endpoint.
|
Modifier and Type | Method and Description |
---|---|
Endpoint |
EndpointStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |