Uses of Class
com.oracle.bmc.managedkafka.responses.EnableSuperuserResponse
-
Packages that use EnableSuperuserResponse Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.responses -
-
Uses of EnableSuperuserResponse in com.oracle.bmc.managedkafka
Methods in com.oracle.bmc.managedkafka that return EnableSuperuserResponse Modifier and Type Method Description EnableSuperuserResponse
KafkaCluster. enableSuperuser(EnableSuperuserRequest request)
Adds a SASL superuser to the Kafka cluster.EnableSuperuserResponse
KafkaClusterClient. enableSuperuser(EnableSuperuserRequest request)
Methods in com.oracle.bmc.managedkafka that return types with arguments of type EnableSuperuserResponse Modifier and Type Method Description Future<EnableSuperuserResponse>
KafkaClusterAsync. enableSuperuser(EnableSuperuserRequest request, AsyncHandler<EnableSuperuserRequest,EnableSuperuserResponse> handler)
Adds a SASL superuser to the Kafka cluster.Future<EnableSuperuserResponse>
KafkaClusterAsyncClient. enableSuperuser(EnableSuperuserRequest request, AsyncHandler<EnableSuperuserRequest,EnableSuperuserResponse> handler)
Method parameters in com.oracle.bmc.managedkafka with type arguments of type EnableSuperuserResponse Modifier and Type Method Description Future<EnableSuperuserResponse>
KafkaClusterAsync. enableSuperuser(EnableSuperuserRequest request, AsyncHandler<EnableSuperuserRequest,EnableSuperuserResponse> handler)
Adds a SASL superuser to the Kafka cluster.Future<EnableSuperuserResponse>
KafkaClusterAsyncClient. enableSuperuser(EnableSuperuserRequest request, AsyncHandler<EnableSuperuserRequest,EnableSuperuserResponse> handler)
-
Uses of EnableSuperuserResponse in com.oracle.bmc.managedkafka.responses
Methods in com.oracle.bmc.managedkafka.responses that return EnableSuperuserResponse Modifier and Type Method Description EnableSuperuserResponse
EnableSuperuserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.managedkafka.responses with parameters of type EnableSuperuserResponse Modifier and Type Method Description EnableSuperuserResponse.Builder
EnableSuperuserResponse.Builder. copy(EnableSuperuserResponse o)
Copy method to populate the builder with values from the given instance.
-