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 VpcEndpointVpcEndpoint. clone()VpcEndpointCreateVpcEndpointResult. getVpcEndpoint()Information about the endpoint.VpcEndpointVpcEndpoint. withCreationTimestamp(Date creationTimestamp)The date and time the VPC endpoint was created.VpcEndpointVpcEndpoint. withPolicyDocument(String policyDocument)The policy document associated with the endpoint.VpcEndpointVpcEndpoint. withRouteTableIds(String... routeTableIds)One or more route tables associated with the endpoint.VpcEndpointVpcEndpoint. withRouteTableIds(Collection<String> routeTableIds)One or more route tables associated with the endpoint.VpcEndpointVpcEndpoint. withServiceName(String serviceName)The name of the AWS service to which the endpoint is associated.VpcEndpointVpcEndpoint. withState(State state)The state of the VPC endpoint.VpcEndpointVpcEndpoint. withState(String state)The state of the VPC endpoint.VpcEndpointVpcEndpoint. withVpcEndpointId(String vpcEndpointId)The ID of the VPC endpoint.VpcEndpointVpcEndpoint. 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 voidCreateVpcEndpointResult. setVpcEndpoint(VpcEndpoint vpcEndpoint)Information about the endpoint.CreateVpcEndpointResultCreateVpcEndpointResult. withVpcEndpoint(VpcEndpoint vpcEndpoint)Information about the endpoint.DescribeVpcEndpointsResultDescribeVpcEndpointsResult. 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 voidDescribeVpcEndpointsResult. setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)Information about the endpoints.DescribeVpcEndpointsResultDescribeVpcEndpointsResult. withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)Information about the endpoints.
-