| 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<ListClientVpcConnectionsResult> |
AbstractAWSKafkaAsync.listClientVpcConnectionsAsync(ListClientVpcConnectionsRequest request,
AsyncHandler<ListClientVpcConnectionsRequest,ListClientVpcConnectionsResult> asyncHandler) |
Future<ListClientVpcConnectionsResult> |
AWSKafkaAsync.listClientVpcConnectionsAsync(ListClientVpcConnectionsRequest listClientVpcConnectionsRequest,
AsyncHandler<ListClientVpcConnectionsRequest,ListClientVpcConnectionsResult> asyncHandler)
Returns a list of all the VPC connections in this Region.
|
Future<ListClientVpcConnectionsResult> |
AWSKafkaAsyncClient.listClientVpcConnectionsAsync(ListClientVpcConnectionsRequest request,
AsyncHandler<ListClientVpcConnectionsRequest,ListClientVpcConnectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListClientVpcConnectionsRequest |
ListClientVpcConnectionsRequest.clone() |
ListClientVpcConnectionsRequest |
ListClientVpcConnectionsRequest.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
ListClientVpcConnectionsRequest |
ListClientVpcConnectionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListClientVpcConnectionsRequest |
ListClientVpcConnectionsRequest.withNextToken(String nextToken)
The paginated results marker.
|
Copyright © 2023. All rights reserved.