Uses of Class
com.oracle.bmc.core.requests.InstanceActionRequest
-
Packages that use InstanceActionRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of InstanceActionRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type InstanceActionRequest Modifier and Type Method Description InstanceActionResponseCompute. instanceAction(InstanceActionRequest request)Performs one of the following power actions on the specified instance:Future<InstanceActionResponse>ComputeAsync. instanceAction(InstanceActionRequest request, AsyncHandler<InstanceActionRequest,InstanceActionResponse> handler)Performs one of the following power actions on the specified instance:Future<InstanceActionResponse>ComputeAsyncClient. instanceAction(InstanceActionRequest request, AsyncHandler<InstanceActionRequest,InstanceActionResponse> handler)InstanceActionResponseComputeClient. instanceAction(InstanceActionRequest request)Method parameters in com.oracle.bmc.core with type arguments of type InstanceActionRequest Modifier and Type Method Description Future<InstanceActionResponse>ComputeAsync. instanceAction(InstanceActionRequest request, AsyncHandler<InstanceActionRequest,InstanceActionResponse> handler)Performs one of the following power actions on the specified instance:Future<InstanceActionResponse>ComputeAsyncClient. instanceAction(InstanceActionRequest request, AsyncHandler<InstanceActionRequest,InstanceActionResponse> handler) -
Uses of InstanceActionRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return InstanceActionRequest Modifier and Type Method Description InstanceActionRequestInstanceActionRequest.Builder. build()Build the instance of InstanceActionRequest as configured by this builderInstanceActionRequestInstanceActionRequest.Builder. buildWithoutInvocationCallback()Build the instance of InstanceActionRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type InstanceActionRequest Modifier and Type Method Description InstanceActionRequest.BuilderInstanceActionRequest.Builder. copy(InstanceActionRequest o)Copy method to populate the builder with values from the given instance.
-