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.withIpAddressType(IpAddressType ipAddressType)
The IP address type for the endpoint.
|
VpcEndpointConnection |
VpcEndpointConnection.withIpAddressType(String ipAddressType)
The IP address type for the endpoint.
|
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.withTags(Collection<Tag> tags)
The tags.
|
VpcEndpointConnection |
VpcEndpointConnection.withTags(Tag... tags)
The tags.
|
VpcEndpointConnection |
VpcEndpointConnection.withVpcEndpointConnectionId(String vpcEndpointConnectionId)
The ID of the VPC endpoint connection.
|
VpcEndpointConnection |
VpcEndpointConnection.withVpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
VpcEndpointConnection |
VpcEndpointConnection.withVpcEndpointOwner(String vpcEndpointOwner)
The ID of the Amazon Web Services account that owns 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 the VPC endpoint connections.
|
Modifier and Type | Method and Description |
---|---|
DescribeVpcEndpointConnectionsResult |
DescribeVpcEndpointConnectionsResult.withVpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections)
Information about the VPC endpoint connections.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeVpcEndpointConnectionsResult.setVpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about the VPC endpoint connections.
|
DescribeVpcEndpointConnectionsResult |
DescribeVpcEndpointConnectionsResult.withVpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about the VPC endpoint connections.
|
Copyright © 2023. All rights reserved.