Uses of Class
com.oracle.bmc.managedkafka.requests.UpdateAddonRequest
-
Packages that use UpdateAddonRequest Package Description com.oracle.bmc.managedkafka com.oracle.bmc.managedkafka.requests -
-
Uses of UpdateAddonRequest in com.oracle.bmc.managedkafka
Methods in com.oracle.bmc.managedkafka with parameters of type UpdateAddonRequest Modifier and Type Method Description UpdateAddonResponseKafkaCluster. updateAddon(UpdateAddonRequest request)Installs updates on the existing KafkaClusterAddon.Future<UpdateAddonResponse>KafkaClusterAsync. updateAddon(UpdateAddonRequest request, AsyncHandler<UpdateAddonRequest,UpdateAddonResponse> handler)Installs updates on the existing KafkaClusterAddon.Future<UpdateAddonResponse>KafkaClusterAsyncClient. updateAddon(UpdateAddonRequest request, AsyncHandler<UpdateAddonRequest,UpdateAddonResponse> handler)UpdateAddonResponseKafkaClusterClient. updateAddon(UpdateAddonRequest request)Method parameters in com.oracle.bmc.managedkafka with type arguments of type UpdateAddonRequest Modifier and Type Method Description Future<UpdateAddonResponse>KafkaClusterAsync. updateAddon(UpdateAddonRequest request, AsyncHandler<UpdateAddonRequest,UpdateAddonResponse> handler)Installs updates on the existing KafkaClusterAddon.Future<UpdateAddonResponse>KafkaClusterAsyncClient. updateAddon(UpdateAddonRequest request, AsyncHandler<UpdateAddonRequest,UpdateAddonResponse> handler) -
Uses of UpdateAddonRequest in com.oracle.bmc.managedkafka.requests
Methods in com.oracle.bmc.managedkafka.requests that return UpdateAddonRequest Modifier and Type Method Description UpdateAddonRequestUpdateAddonRequest.Builder. build()Build the instance of UpdateAddonRequest as configured by this builderUpdateAddonRequestUpdateAddonRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateAddonRequest as configured by this builderMethods in com.oracle.bmc.managedkafka.requests with parameters of type UpdateAddonRequest Modifier and Type Method Description UpdateAddonRequest.BuilderUpdateAddonRequest.Builder. copy(UpdateAddonRequest o)Copy method to populate the builder with values from the given instance.
-