Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private VpcEndpoint |
CreateVpcEndpointResult.vpcEndpoint
Information about the endpoint.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<VpcEndpoint> |
DescribeVpcEndpointsResult.vpcEndpoints
Information about the endpoints.
|
Modifier and Type | Method and Description |
---|---|
VpcEndpoint |
VpcEndpoint.clone() |
VpcEndpoint |
CreateVpcEndpointResult.getVpcEndpoint()
Information about the endpoint.
|
VpcEndpoint |
VpcEndpoint.withCreationTimestamp(java.util.Date creationTimestamp)
The date and time the VPC endpoint was created.
|
VpcEndpoint |
VpcEndpoint.withPolicyDocument(java.lang.String policyDocument)
The policy document associated with the endpoint.
|
VpcEndpoint |
VpcEndpoint.withRouteTableIds(java.util.Collection<java.lang.String> routeTableIds)
One or more route tables associated with the endpoint.
|
VpcEndpoint |
VpcEndpoint.withRouteTableIds(java.lang.String... routeTableIds)
One or more route tables associated with the endpoint.
|
VpcEndpoint |
VpcEndpoint.withServiceName(java.lang.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(java.lang.String state)
The state of the VPC endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcEndpointId(java.lang.String vpcEndpointId)
The ID of the VPC endpoint.
|
VpcEndpoint |
VpcEndpoint.withVpcId(java.lang.String vpcId)
The ID of the VPC to which the endpoint is associated.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
DescribeVpcEndpointsResult |
DescribeVpcEndpointsResult.withVpcEndpoints(java.util.Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
Modifier and Type | Method and Description |
---|---|
VpcEndpoint |
VpcEndpointStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |