Uses of Class
software.amazon.awssdk.services.redshiftserverless.model.VpcEndpoint
-
Packages that use VpcEndpoint Package Description software.amazon.awssdk.services.redshiftserverless.model -
-
Uses of VpcEndpoint in software.amazon.awssdk.services.redshiftserverless.model
Methods in software.amazon.awssdk.services.redshiftserverless.model that return VpcEndpoint Modifier and Type Method Description VpcEndpointEndpointAccess. vpcEndpoint()The connection endpoint for connecting to Amazon Redshift Serverless.Methods in software.amazon.awssdk.services.redshiftserverless.model that return types with arguments of type VpcEndpoint Modifier and Type Method Description List<VpcEndpoint>Endpoint. vpcEndpoints()An array ofVpcEndpointobjects.Methods in software.amazon.awssdk.services.redshiftserverless.model with parameters of type VpcEndpoint Modifier and Type Method Description EndpointAccess.BuilderEndpointAccess.Builder. vpcEndpoint(VpcEndpoint vpcEndpoint)The connection endpoint for connecting to Amazon Redshift Serverless.Endpoint.BuilderEndpoint.Builder. vpcEndpoints(VpcEndpoint... vpcEndpoints)An array ofVpcEndpointobjects.Method parameters in software.amazon.awssdk.services.redshiftserverless.model with type arguments of type VpcEndpoint Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)An array ofVpcEndpointobjects.
-