Uses of Class
com.oracle.bmc.core.requests.StartInstancePoolRequest
-
Packages that use StartInstancePoolRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of StartInstancePoolRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type StartInstancePoolRequest Modifier and Type Method Description StartInstancePoolResponse
ComputeManagement. startInstancePool(StartInstancePoolRequest request)
Performs the start (power on) action on the specified instance pool, which performs the action on all the instances in the pool.Future<StartInstancePoolResponse>
ComputeManagementAsync. startInstancePool(StartInstancePoolRequest request, AsyncHandler<StartInstancePoolRequest,StartInstancePoolResponse> handler)
Performs the start (power on) action on the specified instance pool, which performs the action on all the instances in the pool.Future<StartInstancePoolResponse>
ComputeManagementAsyncClient. startInstancePool(StartInstancePoolRequest request, AsyncHandler<StartInstancePoolRequest,StartInstancePoolResponse> handler)
StartInstancePoolResponse
ComputeManagementClient. startInstancePool(StartInstancePoolRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type StartInstancePoolRequest Modifier and Type Method Description Future<StartInstancePoolResponse>
ComputeManagementAsync. startInstancePool(StartInstancePoolRequest request, AsyncHandler<StartInstancePoolRequest,StartInstancePoolResponse> handler)
Performs the start (power on) action on the specified instance pool, which performs the action on all the instances in the pool.Future<StartInstancePoolResponse>
ComputeManagementAsyncClient. startInstancePool(StartInstancePoolRequest request, AsyncHandler<StartInstancePoolRequest,StartInstancePoolResponse> handler)
-
Uses of StartInstancePoolRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return StartInstancePoolRequest Modifier and Type Method Description StartInstancePoolRequest
StartInstancePoolRequest.Builder. build()
Build the instance of StartInstancePoolRequest as configured by this builderStartInstancePoolRequest
StartInstancePoolRequest.Builder. buildWithoutInvocationCallback()
Build the instance of StartInstancePoolRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type StartInstancePoolRequest Modifier and Type Method Description StartInstancePoolRequest.Builder
StartInstancePoolRequest.Builder. copy(StartInstancePoolRequest o)
Copy method to populate the builder with values from the given instance.
-