| Package | Description |
|---|---|
| com.amazonaws.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListVpcConnectionsResult> |
AbstractAWSKafkaAsync.listVpcConnectionsAsync(ListVpcConnectionsRequest request,
AsyncHandler<ListVpcConnectionsRequest,ListVpcConnectionsResult> asyncHandler) |
Future<ListVpcConnectionsResult> |
AWSKafkaAsyncClient.listVpcConnectionsAsync(ListVpcConnectionsRequest request,
AsyncHandler<ListVpcConnectionsRequest,ListVpcConnectionsResult> asyncHandler) |
Future<ListVpcConnectionsResult> |
AWSKafkaAsync.listVpcConnectionsAsync(ListVpcConnectionsRequest listVpcConnectionsRequest,
AsyncHandler<ListVpcConnectionsRequest,ListVpcConnectionsResult> asyncHandler)
Returns a list of all the VPC connections in this Region.
|
| Modifier and Type | Method and Description |
|---|---|
ListVpcConnectionsRequest |
ListVpcConnectionsRequest.clone() |
ListVpcConnectionsRequest |
ListVpcConnectionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListVpcConnectionsRequest |
ListVpcConnectionsRequest.withNextToken(String nextToken)
The paginated results marker.
|
Copyright © 2023. All rights reserved.