| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model | |
| software.amazon.awssdk.services.kafka.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<VpcConnection> |
ListVpcConnectionsResponse.vpcConnections()
List of VPC connections.
|
| Modifier and Type | Method and Description |
|---|---|
ListVpcConnectionsResponse.Builder |
ListVpcConnectionsResponse.Builder.vpcConnections(VpcConnection... vpcConnections)
List of VPC connections.
|
| Modifier and Type | Method and Description |
|---|---|
ListVpcConnectionsResponse.Builder |
ListVpcConnectionsResponse.Builder.vpcConnections(Collection<VpcConnection> vpcConnections)
List of VPC connections.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<VpcConnection> |
ListVpcConnectionsIterable.vpcConnections()
Returns an iterable to iterate through the paginated
ListVpcConnectionsResponse.vpcConnections() member. |
SdkPublisher<VpcConnection> |
ListVpcConnectionsPublisher.vpcConnections()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.