| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| software.amazon.awssdk.services.kafka.paginators | |
| software.amazon.awssdk.services.kafka.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListVpcConnectionsResponse |
KafkaClient.listVpcConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
|
default CompletableFuture<ListVpcConnectionsResponse> |
KafkaAsyncClient.listVpcConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
|
default ListVpcConnectionsIterable |
KafkaClient.listVpcConnectionsPaginator(ListVpcConnectionsRequest listVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
|
default ListVpcConnectionsPublisher |
KafkaAsyncClient.listVpcConnectionsPaginator(ListVpcConnectionsRequest listVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
|
| Constructor and Description |
|---|
ListVpcConnectionsIterable(KafkaClient client,
ListVpcConnectionsRequest firstRequest) |
ListVpcConnectionsPublisher(KafkaAsyncClient client,
ListVpcConnectionsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListVpcConnectionsRequestMarshaller.marshall(ListVpcConnectionsRequest listVpcConnectionsRequest) |
Copyright © 2023. All rights reserved.