| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
Endpoint |
Endpoint.clone() |
Endpoint |
Workgroup.getEndpoint()
The endpoint that is created from the workgroup.
|
Endpoint |
Endpoint.withAddress(String address)
The DNS address of the VPC endpoint.
|
Endpoint |
Endpoint.withPort(Integer port)
The port that Amazon Redshift Serverless listens on.
|
Endpoint |
Endpoint.withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
An array of
VpcEndpoint objects. |
Endpoint |
Endpoint.withVpcEndpoints(VpcEndpoint... vpcEndpoints)
An array of
VpcEndpoint objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
Workgroup.setEndpoint(Endpoint endpoint)
The endpoint that is created from the workgroup.
|
Workgroup |
Workgroup.withEndpoint(Endpoint endpoint)
The endpoint that is created from the workgroup.
|
Copyright © 2022. All rights reserved.