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