Uses of Class
com.oracle.bmc.core.responses.ResetInstancePoolResponse
-
Packages that use ResetInstancePoolResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ResetInstancePoolResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ResetInstancePoolResponse Modifier and Type Method Description ResetInstancePoolResponse
ComputeManagement. resetInstancePool(ResetInstancePoolRequest request)
Performs the reset (immediate power off and power on) action on the specified instance pool, which performs the action on all the instances in the pool.ResetInstancePoolResponse
ComputeManagementClient. resetInstancePool(ResetInstancePoolRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type ResetInstancePoolResponse Modifier and Type Method Description Future<ResetInstancePoolResponse>
ComputeManagementAsync. resetInstancePool(ResetInstancePoolRequest request, AsyncHandler<ResetInstancePoolRequest,ResetInstancePoolResponse> handler)
Performs the reset (immediate power off and power on) action on the specified instance pool, which performs the action on all the instances in the pool.Future<ResetInstancePoolResponse>
ComputeManagementAsyncClient. resetInstancePool(ResetInstancePoolRequest request, AsyncHandler<ResetInstancePoolRequest,ResetInstancePoolResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type ResetInstancePoolResponse Modifier and Type Method Description Future<ResetInstancePoolResponse>
ComputeManagementAsync. resetInstancePool(ResetInstancePoolRequest request, AsyncHandler<ResetInstancePoolRequest,ResetInstancePoolResponse> handler)
Performs the reset (immediate power off and power on) action on the specified instance pool, which performs the action on all the instances in the pool.Future<ResetInstancePoolResponse>
ComputeManagementAsyncClient. resetInstancePool(ResetInstancePoolRequest request, AsyncHandler<ResetInstancePoolRequest,ResetInstancePoolResponse> handler)
-
Uses of ResetInstancePoolResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ResetInstancePoolResponse Modifier and Type Method Description ResetInstancePoolResponse
ResetInstancePoolResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ResetInstancePoolResponse Modifier and Type Method Description ResetInstancePoolResponse.Builder
ResetInstancePoolResponse.Builder. copy(ResetInstancePoolResponse o)
Copy method to populate the builder with values from the given instance.
-