| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint |
EndpointAccess.vpcEndpoint()
The connection endpoint for connecting to Amazon Redshift Serverless.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcEndpoint> |
Endpoint.vpcEndpoints()
An array of
VpcEndpoint objects. |
| Modifier and Type | Method and Description |
|---|---|
EndpointAccess.Builder |
EndpointAccess.Builder.vpcEndpoint(VpcEndpoint vpcEndpoint)
The connection endpoint for connecting to Amazon Redshift Serverless.
|
Endpoint.Builder |
Endpoint.Builder.vpcEndpoints(VpcEndpoint... vpcEndpoints)
An array of
VpcEndpoint objects. |
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
An array of
VpcEndpoint objects. |
Copyright © 2022. All rights reserved.