Uses of Interface
software.amazon.awssdk.services.kafka.model.ListClusterOperationsV2Request.Builder
-
Packages that use ListClusterOperationsV2Request.Builder Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.model -
-
Uses of ListClusterOperationsV2Request.Builder in software.amazon.awssdk.services.kafka
Method parameters in software.amazon.awssdk.services.kafka with type arguments of type ListClusterOperationsV2Request.Builder Modifier and Type Method Description default CompletableFuture<ListClusterOperationsV2Response>KafkaAsyncClient. listClusterOperationsV2(Consumer<ListClusterOperationsV2Request.Builder> listClusterOperationsV2Request)Returns a list of all the operations that have been performed on the specified MSK cluster.default ListClusterOperationsV2ResponseKafkaClient. listClusterOperationsV2(Consumer<ListClusterOperationsV2Request.Builder> listClusterOperationsV2Request)Returns a list of all the operations that have been performed on the specified MSK cluster.default ListClusterOperationsV2PublisherKafkaAsyncClient. listClusterOperationsV2Paginator(Consumer<ListClusterOperationsV2Request.Builder> listClusterOperationsV2Request)Returns a list of all the operations that have been performed on the specified MSK cluster.default ListClusterOperationsV2IterableKafkaClient. listClusterOperationsV2Paginator(Consumer<ListClusterOperationsV2Request.Builder> listClusterOperationsV2Request)Returns a list of all the operations that have been performed on the specified MSK cluster. -
Uses of ListClusterOperationsV2Request.Builder in software.amazon.awssdk.services.kafka.model
Methods in software.amazon.awssdk.services.kafka.model that return ListClusterOperationsV2Request.Builder Modifier and Type Method Description static ListClusterOperationsV2Request.BuilderListClusterOperationsV2Request. builder()ListClusterOperationsV2Request.BuilderListClusterOperationsV2Request.Builder. clusterArn(String clusterArn)The arn of the cluster whose operations are being requested.ListClusterOperationsV2Request.BuilderListClusterOperationsV2Request.Builder. maxResults(Integer maxResults)The maxResults of the query.ListClusterOperationsV2Request.BuilderListClusterOperationsV2Request.Builder. nextToken(String nextToken)The nextToken of the query.ListClusterOperationsV2Request.BuilderListClusterOperationsV2Request.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListClusterOperationsV2Request.BuilderListClusterOperationsV2Request.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListClusterOperationsV2Request.BuilderListClusterOperationsV2Request. toBuilder()Methods in software.amazon.awssdk.services.kafka.model that return types with arguments of type ListClusterOperationsV2Request.Builder Modifier and Type Method Description static Class<? extends ListClusterOperationsV2Request.Builder>ListClusterOperationsV2Request. serializableBuilderClass()
-