| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshift.model |
| Modifier and Type | Method and Description |
|---|---|
VpcEndpoint |
EndpointAccess.vpcEndpoint()
Returns the value of the VpcEndpoint property for this object.
|
VpcEndpoint |
CreateEndpointAccessResponse.vpcEndpoint()
Returns the value of the VpcEndpoint property for this object.
|
VpcEndpoint |
DeleteEndpointAccessResponse.vpcEndpoint()
Returns the value of the VpcEndpoint property for this object.
|
VpcEndpoint |
ModifyEndpointAccessResponse.vpcEndpoint()
Returns the value of the VpcEndpoint property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<VpcEndpoint> |
Endpoint.vpcEndpoints()
Describes a connection endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
EndpointAccess.Builder |
EndpointAccess.Builder.vpcEndpoint(VpcEndpoint vpcEndpoint)
Sets the value of the VpcEndpoint property for this object.
|
CreateEndpointAccessResponse.Builder |
CreateEndpointAccessResponse.Builder.vpcEndpoint(VpcEndpoint vpcEndpoint)
Sets the value of the VpcEndpoint property for this object.
|
DeleteEndpointAccessResponse.Builder |
DeleteEndpointAccessResponse.Builder.vpcEndpoint(VpcEndpoint vpcEndpoint)
Sets the value of the VpcEndpoint property for this object.
|
ModifyEndpointAccessResponse.Builder |
ModifyEndpointAccessResponse.Builder.vpcEndpoint(VpcEndpoint vpcEndpoint)
Sets the value of the VpcEndpoint property for this object.
|
Endpoint.Builder |
Endpoint.Builder.vpcEndpoints(VpcEndpoint... vpcEndpoints)
Describes a connection endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
Endpoint.Builder.vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Describes a connection endpoint.
|
Copyright © 2022. All rights reserved.