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