| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<VpcEndpointConnection> |
DescribeVpcEndpointConnectionsResponse.vpcEndpointConnections()
Information about one or more VPC endpoint connections.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcEndpointConnectionsResponse.Builder |
DescribeVpcEndpointConnectionsResponse.Builder.vpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections)
Information about one or more VPC endpoint connections.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcEndpointConnectionsResponse.Builder |
DescribeVpcEndpointConnectionsResponse.Builder.vpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about one or more VPC endpoint connections.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<VpcEndpointConnection> |
DescribeVpcEndpointConnectionsIterable.vpcEndpointConnections()
Returns an iterable to iterate through the paginated
DescribeVpcEndpointConnectionsResponse.vpcEndpointConnections() member. |
SdkPublisher<VpcEndpointConnection> |
DescribeVpcEndpointConnectionsPublisher.vpcEndpointConnections()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.