| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| software.amazon.awssdk.services.kafka.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListVpcConnectionsResponse |
KafkaClient.listVpcConnections(Consumer<ListVpcConnectionsRequest.Builder> listVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
|
default ListVpcConnectionsResponse |
KafkaClient.listVpcConnections(ListVpcConnectionsRequest listVpcConnectionsRequest)
Returns a list of all the VPC connections in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListVpcConnectionsResponse> |
KafkaAsyncClient.listVpcConnections(Consumer<ListVpcConnectionsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListVpcConnectionsResponse> |
ListVpcConnectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListVpcConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListVpcConnectionsResponse> subscriber) |
Copyright © 2023. All rights reserved.