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 that the VPC endpoint was created.
|
VpcEndpointConnection |
VpcEndpointConnection.withDnsEntries(Collection<DnsEntry> dnsEntries)
The DNS entries for the VPC endpoint.
|
VpcEndpointConnection |
VpcEndpointConnection.withDnsEntries(DnsEntry... dnsEntries)
The DNS entries for the VPC endpoint.
|
VpcEndpointConnection |
VpcEndpointConnection.withGatewayLoadBalancerArns(Collection<String> gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
|
VpcEndpointConnection |
VpcEndpointConnection.withGatewayLoadBalancerArns(String... gatewayLoadBalancerArns)
The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.
|
VpcEndpointConnection |
VpcEndpointConnection.withNetworkLoadBalancerArns(Collection<String> networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of the network load balancers for the service.
|
VpcEndpointConnection |
VpcEndpointConnection.withNetworkLoadBalancerArns(String... networkLoadBalancerArns)
The Amazon Resource Names (ARNs) of the network load balancers for the service.
|
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 © 2020. All rights reserved.