Uses of Class
com.oracle.bmc.core.requests.UpdateInstanceRequest
-
Packages that use UpdateInstanceRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of UpdateInstanceRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type UpdateInstanceRequest Modifier and Type Method Description Waiter<UpdateInstanceRequest,UpdateInstanceResponse>
ComputeWaiters. forUpdateInstance(UpdateInstanceRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateInstanceRequest,UpdateInstanceResponse>
ComputeWaiters. forUpdateInstance(UpdateInstanceRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type UpdateInstanceRequest Modifier and Type Method Description Future<UpdateInstanceResponse>
ComputeAsync. updateInstance(UpdateInstanceRequest request, AsyncHandler<UpdateInstanceRequest,UpdateInstanceResponse> handler)
Updates certain fields on the specified instance.Future<UpdateInstanceResponse>
ComputeAsyncClient. updateInstance(UpdateInstanceRequest request, AsyncHandler<UpdateInstanceRequest,UpdateInstanceResponse> handler)
-
Uses of UpdateInstanceRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return UpdateInstanceRequest Modifier and Type Method Description UpdateInstanceRequest
UpdateInstanceRequest.Builder. build()
Build the instance of UpdateInstanceRequest as configured by this builderUpdateInstanceRequest
UpdateInstanceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateInstanceRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type UpdateInstanceRequest Modifier and Type Method Description UpdateInstanceRequest.Builder
UpdateInstanceRequest.Builder. copy(UpdateInstanceRequest o)
Copy method to populate the builder with values from the given instance.
-