| 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 |
|---|---|
ListClusterOperationsV2Result |
AbstractAWSKafka.listClusterOperationsV2(ListClusterOperationsV2Request request) |
ListClusterOperationsV2Result |
AWSKafka.listClusterOperationsV2(ListClusterOperationsV2Request listClusterOperationsV2Request)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
ListClusterOperationsV2Result |
AWSKafkaClient.listClusterOperationsV2(ListClusterOperationsV2Request request)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListClusterOperationsV2Result> |
AbstractAWSKafkaAsync.listClusterOperationsV2Async(ListClusterOperationsV2Request request,
AsyncHandler<ListClusterOperationsV2Request,ListClusterOperationsV2Result> asyncHandler) |
Future<ListClusterOperationsV2Result> |
AWSKafkaAsync.listClusterOperationsV2Async(ListClusterOperationsV2Request listClusterOperationsV2Request,
AsyncHandler<ListClusterOperationsV2Request,ListClusterOperationsV2Result> asyncHandler)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
Future<ListClusterOperationsV2Result> |
AWSKafkaAsyncClient.listClusterOperationsV2Async(ListClusterOperationsV2Request request,
AsyncHandler<ListClusterOperationsV2Request,ListClusterOperationsV2Result> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListClusterOperationsV2Result |
ListClusterOperationsV2Result.clone() |
ListClusterOperationsV2Result |
ListClusterOperationsV2Result.withClusterOperationInfoList(ClusterOperationV2Summary... clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsV2Result |
ListClusterOperationsV2Result.withClusterOperationInfoList(Collection<ClusterOperationV2Summary> clusterOperationInfoList)
An array of cluster operation information objects.
|
ListClusterOperationsV2Result |
ListClusterOperationsV2Result.withNextToken(String nextToken)
If the response of ListClusterOperationsV2 is truncated, it returns a NextToken in the response.
|
Copyright © 2024. All rights reserved.