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.managedkafkaMethods in com.oracle.bmc.managedkafka that return EnableSuperuserResponse Modifier and Type Method Description EnableSuperuserResponseKafkaCluster. enableSuperuser(EnableSuperuserRequest request)Adds a SASL superuser to the Kafka cluster.EnableSuperuserResponseKafkaClusterClient. 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.responsesMethods in com.oracle.bmc.managedkafka.responses that return EnableSuperuserResponse Modifier and Type Method Description EnableSuperuserResponseEnableSuperuserResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.managedkafka.responses with parameters of type EnableSuperuserResponse Modifier and Type Method Description EnableSuperuserResponse.BuilderEnableSuperuserResponse.Builder. copy(EnableSuperuserResponse o)Copy method to populate the builder with values from the given instance.
 
-