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 UpdateInstancePoolResponse
ComputeManagement. updateInstancePool(UpdateInstancePoolRequest request)
Update the specified instance pool.UpdateInstancePoolResponse
ComputeManagementClient. 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 UpdateInstancePoolResponse
UpdateInstancePoolResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateInstancePoolResponse Modifier and Type Method Description UpdateInstancePoolResponse.Builder
UpdateInstancePoolResponse.Builder. copy(UpdateInstancePoolResponse o)
Copy method to populate the builder with values from the given instance.
-