| Package | Description |
|---|---|
| com.amazonaws.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint |
VpcEndpoint.clone() |
VpcEndpoint |
EndpointAccess.getVpcEndpoint()
The connection endpoint for connecting to Amazon Redshift Serverless.
|
VpcEndpoint |
VpcEndpoint.withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
One or more network interfaces of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withNetworkInterfaces(NetworkInterface... networkInterfaces)
One or more network interfaces of the endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcEndpointId(String vpcEndpointId)
The connection endpoint ID for connecting to Amazon Redshift Serverless.
|
VpcEndpoint |
VpcEndpoint.withVpcId(String vpcId)
The VPC identifier that the endpoint is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcEndpoint> |
Endpoint.getVpcEndpoints()
An array of
VpcEndpoint objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointAccess.setVpcEndpoint(VpcEndpoint vpcEndpoint)
The connection endpoint for connecting to Amazon Redshift Serverless.
|
EndpointAccess |
EndpointAccess.withVpcEndpoint(VpcEndpoint vpcEndpoint)
The connection endpoint for connecting to Amazon Redshift Serverless.
|
Endpoint |
Endpoint.withVpcEndpoints(VpcEndpoint... vpcEndpoints)
An array of
VpcEndpoint objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
Endpoint.setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
An array of
VpcEndpoint objects. |
Endpoint |
Endpoint.withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
An array of
VpcEndpoint objects. |
Copyright © 2022. All rights reserved.