Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and 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(Collection<String> routeTableIds)
One or more route tables associated with the endpoint.
|
VpcEndpoint |
VpcEndpoint.withRouteTableIds(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.
|
Modifier and Type | Method and Description |
---|---|
List<VpcEndpoint> |
DescribeVpcEndpointsResult.getVpcEndpoints()
Information about the endpoints.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcEndpointsResult.setVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
DescribeVpcEndpointsResult |
DescribeVpcEndpointsResult.withVpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
Copyright © 2018. All rights reserved.