Uses of Class
com.oracle.bmc.core.responses.UpdateInstancePoolResponse
-
Packages that use UpdateInstancePoolResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateInstancePoolResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateInstancePoolResponse Modifier and Type Method Description UpdateInstancePoolResponseComputeManagement. updateInstancePool(UpdateInstancePoolRequest request)Update the specified instance pool.UpdateInstancePoolResponseComputeManagementClient. updateInstancePool(UpdateInstancePoolRequest request)Methods in com.oracle.bmc.core that return types with arguments of type UpdateInstancePoolResponse Modifier and Type Method Description Future<UpdateInstancePoolResponse>ComputeManagementAsync. updateInstancePool(UpdateInstancePoolRequest request, AsyncHandler<UpdateInstancePoolRequest,UpdateInstancePoolResponse> handler)Update the specified instance pool.Future<UpdateInstancePoolResponse>ComputeManagementAsyncClient. updateInstancePool(UpdateInstancePoolRequest request, AsyncHandler<UpdateInstancePoolRequest,UpdateInstancePoolResponse> handler)Method parameters in com.oracle.bmc.core with type arguments of type UpdateInstancePoolResponse Modifier and Type Method Description Future<UpdateInstancePoolResponse>ComputeManagementAsync. updateInstancePool(UpdateInstancePoolRequest request, AsyncHandler<UpdateInstancePoolRequest,UpdateInstancePoolResponse> handler)Update the specified instance pool.Future<UpdateInstancePoolResponse>ComputeManagementAsyncClient. updateInstancePool(UpdateInstancePoolRequest request, AsyncHandler<UpdateInstancePoolRequest,UpdateInstancePoolResponse> handler) -
Uses of UpdateInstancePoolResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateInstancePoolResponse Modifier and Type Method Description UpdateInstancePoolResponseUpdateInstancePoolResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateInstancePoolResponse Modifier and Type Method Description UpdateInstancePoolResponse.BuilderUpdateInstancePoolResponse.Builder. copy(UpdateInstancePoolResponse o)Copy method to populate the builder with values from the given instance.
-