Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
VpcEndpointConnection |
VpcEndpointConnection.clone() |
VpcEndpointConnection |
VpcEndpointConnection.withCreationTimestamp(Date creationTimestamp)
The date and time the VPC endpoint was created.
|
VpcEndpointConnection |
VpcEndpointConnection.withServiceId(String serviceId)
The ID of the service to which the endpoint is connected.
|
VpcEndpointConnection |
VpcEndpointConnection.withVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
VpcEndpointConnection |
VpcEndpointConnection.withVpcEndpointOwner(String vpcEndpointOwner)
The AWS account ID of the owner of the VPC endpoint.
|
VpcEndpointConnection |
VpcEndpointConnection.withVpcEndpointState(State vpcEndpointState)
The state of the VPC endpoint.
|
VpcEndpointConnection |
VpcEndpointConnection.withVpcEndpointState(String vpcEndpointState)
The state of the VPC endpoint.
|
Modifier and Type | Method and Description |
---|---|
List<VpcEndpointConnection> |
DescribeVpcEndpointConnectionsResult.getVpcEndpointConnections()
Information about one or more VPC endpoint connections.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointConnectionsResult |
DescribeVpcEndpointConnectionsResult.withVpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections)
Information about one or more VPC endpoint connections.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcEndpointConnectionsResult.setVpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about one or more VPC endpoint connections.
|
DescribeVpcEndpointConnectionsResult |
DescribeVpcEndpointConnectionsResult.withVpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about one or more VPC endpoint connections.
|
Copyright © 2018. All rights reserved.