Uses of Class
com.oracle.bmc.managedkafka.model.EnableSuperuserDetails
-
Packages that use EnableSuperuserDetails Package Description com.oracle.bmc.managedkafka.model com.oracle.bmc.managedkafka.requests -
-
Uses of EnableSuperuserDetails in com.oracle.bmc.managedkafka.model
Methods in com.oracle.bmc.managedkafka.model that return EnableSuperuserDetails Modifier and Type Method Description EnableSuperuserDetails
EnableSuperuserDetails.Builder. build()
Methods in com.oracle.bmc.managedkafka.model with parameters of type EnableSuperuserDetails Modifier and Type Method Description EnableSuperuserDetails.Builder
EnableSuperuserDetails.Builder. copy(EnableSuperuserDetails model)
-
Uses of EnableSuperuserDetails in com.oracle.bmc.managedkafka.requests
Methods in com.oracle.bmc.managedkafka.requests that return EnableSuperuserDetails Modifier and Type Method Description EnableSuperuserDetails
EnableSuperuserRequest. getBody$()
Alternative accessor for the body parameter.EnableSuperuserDetails
EnableSuperuserRequest. getEnableSuperuserDetails()
The information to be updated.Methods in com.oracle.bmc.managedkafka.requests with parameters of type EnableSuperuserDetails Modifier and Type Method Description EnableSuperuserRequest.Builder
EnableSuperuserRequest.Builder. body$(EnableSuperuserDetails body)
Alternative setter for the body parameter.EnableSuperuserRequest.Builder
EnableSuperuserRequest.Builder. enableSuperuserDetails(EnableSuperuserDetails enableSuperuserDetails)
The information to be updated.
-