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