Uses of Class
com.oracle.bmc.containerengine.requests.UpdateAddonRequest
-
Packages that use UpdateAddonRequest Package Description com.oracle.bmc.containerengine com.oracle.bmc.containerengine.requests -
-
Uses of UpdateAddonRequest in com.oracle.bmc.containerengine
Methods in com.oracle.bmc.containerengine with parameters of type UpdateAddonRequest Modifier and Type Method Description UpdateAddonResponse
ContainerEngine. updateAddon(UpdateAddonRequest request)
Update addon details for a cluster.Future<UpdateAddonResponse>
ContainerEngineAsync. updateAddon(UpdateAddonRequest request, AsyncHandler<UpdateAddonRequest,UpdateAddonResponse> handler)
Update addon details for a cluster.Future<UpdateAddonResponse>
ContainerEngineAsyncClient. updateAddon(UpdateAddonRequest request, AsyncHandler<UpdateAddonRequest,UpdateAddonResponse> handler)
UpdateAddonResponse
ContainerEngineClient. updateAddon(UpdateAddonRequest request)
Method parameters in com.oracle.bmc.containerengine with type arguments of type UpdateAddonRequest Modifier and Type Method Description Future<UpdateAddonResponse>
ContainerEngineAsync. updateAddon(UpdateAddonRequest request, AsyncHandler<UpdateAddonRequest,UpdateAddonResponse> handler)
Update addon details for a cluster.Future<UpdateAddonResponse>
ContainerEngineAsyncClient. updateAddon(UpdateAddonRequest request, AsyncHandler<UpdateAddonRequest,UpdateAddonResponse> handler)
-
Uses of UpdateAddonRequest in com.oracle.bmc.containerengine.requests
Methods in com.oracle.bmc.containerengine.requests that return UpdateAddonRequest Modifier and Type Method Description UpdateAddonRequest
UpdateAddonRequest.Builder. build()
Build the instance of UpdateAddonRequest as configured by this builderUpdateAddonRequest
UpdateAddonRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateAddonRequest as configured by this builderMethods in com.oracle.bmc.containerengine.requests with parameters of type UpdateAddonRequest Modifier and Type Method Description UpdateAddonRequest.Builder
UpdateAddonRequest.Builder. copy(UpdateAddonRequest o)
Copy method to populate the builder with values from the given instance.
-