Uses of Class
com.amazonaws.services.ec2.model.VpcEndpoint
-
Packages that use VpcEndpoint Package Description com.amazonaws.services.ec2.model -
-
Uses of VpcEndpoint in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcEndpoint Modifier and Type Method Description VpcEndpoint
VpcEndpoint. clone()
VpcEndpoint
CreateVpcEndpointResult. getVpcEndpoint()
Information about the endpoint.VpcEndpoint
VpcEndpoint. withCreationTimestamp(Date creationTimestamp)
The date and time the VPC endpoint was created.VpcEndpoint
VpcEndpoint. withPolicyDocument(String policyDocument)
The policy document associated with the endpoint.VpcEndpoint
VpcEndpoint. withRouteTableIds(String... routeTableIds)
One or more route tables associated with the endpoint.VpcEndpoint
VpcEndpoint. withRouteTableIds(Collection<String> routeTableIds)
One or more route tables associated with the endpoint.VpcEndpoint
VpcEndpoint. withServiceName(String serviceName)
The name of the AWS service to which the endpoint is associated.VpcEndpoint
VpcEndpoint. withState(State state)
The state of the VPC endpoint.VpcEndpoint
VpcEndpoint. withState(String state)
The state of the VPC endpoint.VpcEndpoint
VpcEndpoint. withVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.VpcEndpoint
VpcEndpoint. withVpcId(String vpcId)
The ID of the VPC to which the endpoint is associated.Methods in com.amazonaws.services.ec2.model that return types with arguments of type VpcEndpoint Modifier and Type Method Description List<VpcEndpoint>
DescribeVpcEndpointsResult. getVpcEndpoints()
Information about the endpoints.Methods in com.amazonaws.services.ec2.model with parameters of type VpcEndpoint Modifier and Type Method Description void
CreateVpcEndpointResult. setVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.CreateVpcEndpointResult
CreateVpcEndpointResult. withVpcEndpoint(VpcEndpoint vpcEndpoint)
Information about the endpoint.DescribeVpcEndpointsResult
DescribeVpcEndpointsResult. withVpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the endpoints.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcEndpoint Modifier and Type Method Description void
DescribeVpcEndpointsResult. setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.DescribeVpcEndpointsResult
DescribeVpcEndpointsResult. withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
-