Uses of Class
com.amazonaws.services.ec2.model.VpcEndpoint
Packages that use VpcEndpoint
-
Uses of VpcEndpoint in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return VpcEndpointModifier and TypeMethodDescriptionVpcEndpoint.clone()
CreateVpcEndpointResult.getVpcEndpoint()
Information about the endpoint.VpcEndpoint.withCreationTimestamp
(Date creationTimestamp) The date and time the VPC endpoint was created.VpcEndpoint.withPolicyDocument
(String policyDocument) The policy document associated with the endpoint.VpcEndpoint.withRouteTableIds
(String... routeTableIds) One or more route tables associated with the endpoint.VpcEndpoint.withRouteTableIds
(Collection<String> routeTableIds) One or more route tables associated with the endpoint.VpcEndpoint.withServiceName
(String serviceName) The name of the AWS service to which the endpoint is associated.The state of the VPC endpoint.The state of the VPC endpoint.VpcEndpoint.withVpcEndpointId
(String vpcEndpointId) The ID of the VPC endpoint.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 VpcEndpointModifier and TypeMethodDescriptionDescribeVpcEndpointsResult.getVpcEndpoints()
Information about the endpoints.Methods in com.amazonaws.services.ec2.model with parameters of type VpcEndpointModifier and TypeMethodDescriptionvoid
CreateVpcEndpointResult.setVpcEndpoint
(VpcEndpoint vpcEndpoint) Information about the endpoint.CreateVpcEndpointResult.withVpcEndpoint
(VpcEndpoint vpcEndpoint) Information about the endpoint.DescribeVpcEndpointsResult.withVpcEndpoints
(VpcEndpoint... vpcEndpoints) Information about the endpoints.Method parameters in com.amazonaws.services.ec2.model with type arguments of type VpcEndpointModifier and TypeMethodDescriptionvoid
DescribeVpcEndpointsResult.setVpcEndpoints
(Collection<VpcEndpoint> vpcEndpoints) Information about the endpoints.DescribeVpcEndpointsResult.withVpcEndpoints
(Collection<VpcEndpoint> vpcEndpoints) Information about the endpoints.