Uses of Class
software.amazon.awssdk.services.redshift.model.VpcEndpoint
-
Packages that use VpcEndpoint Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of VpcEndpoint in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return VpcEndpoint Modifier and Type Method Description VpcEndpointCreateEndpointAccessResponse. vpcEndpoint()Returns the value of the VpcEndpoint property for this object.VpcEndpointDeleteEndpointAccessResponse. vpcEndpoint()Returns the value of the VpcEndpoint property for this object.VpcEndpointEndpointAccess. vpcEndpoint()Returns the value of the VpcEndpoint property for this object.VpcEndpointModifyEndpointAccessResponse. vpcEndpoint()Returns the value of the VpcEndpoint property for this object.Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type VpcEndpoint Modifier and Type Method Description List<VpcEndpoint>Endpoint. vpcEndpoints()Describes a connection endpoint.Methods in software.amazon.awssdk.services.redshift.model with parameters of type VpcEndpoint Modifier and Type Method Description CreateEndpointAccessResponse.BuilderCreateEndpointAccessResponse.Builder. vpcEndpoint(VpcEndpoint vpcEndpoint)Sets the value of the VpcEndpoint property for this object.DeleteEndpointAccessResponse.BuilderDeleteEndpointAccessResponse.Builder. vpcEndpoint(VpcEndpoint vpcEndpoint)Sets the value of the VpcEndpoint property for this object.EndpointAccess.BuilderEndpointAccess.Builder. vpcEndpoint(VpcEndpoint vpcEndpoint)Sets the value of the VpcEndpoint property for this object.ModifyEndpointAccessResponse.BuilderModifyEndpointAccessResponse.Builder. vpcEndpoint(VpcEndpoint vpcEndpoint)Sets the value of the VpcEndpoint property for this object.Endpoint.BuilderEndpoint.Builder. vpcEndpoints(VpcEndpoint... vpcEndpoints)Describes a connection endpoint.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type VpcEndpoint Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)Describes a connection endpoint.
-