Uses of Class
com.oracle.bmc.core.requests.GetInstanceMaintenanceRebootRequest
-
Packages that use GetInstanceMaintenanceRebootRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetInstanceMaintenanceRebootRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type GetInstanceMaintenanceRebootRequest Modifier and Type Method Description GetInstanceMaintenanceRebootResponse
Compute. getInstanceMaintenanceReboot(GetInstanceMaintenanceRebootRequest request)
Gets the maximum possible date that a maintenance reboot can be extended.Future<GetInstanceMaintenanceRebootResponse>
ComputeAsync. getInstanceMaintenanceReboot(GetInstanceMaintenanceRebootRequest request, AsyncHandler<GetInstanceMaintenanceRebootRequest,GetInstanceMaintenanceRebootResponse> handler)
Gets the maximum possible date that a maintenance reboot can be extended.Future<GetInstanceMaintenanceRebootResponse>
ComputeAsyncClient. getInstanceMaintenanceReboot(GetInstanceMaintenanceRebootRequest request, AsyncHandler<GetInstanceMaintenanceRebootRequest,GetInstanceMaintenanceRebootResponse> handler)
GetInstanceMaintenanceRebootResponse
ComputeClient. getInstanceMaintenanceReboot(GetInstanceMaintenanceRebootRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetInstanceMaintenanceRebootRequest Modifier and Type Method Description Future<GetInstanceMaintenanceRebootResponse>
ComputeAsync. getInstanceMaintenanceReboot(GetInstanceMaintenanceRebootRequest request, AsyncHandler<GetInstanceMaintenanceRebootRequest,GetInstanceMaintenanceRebootResponse> handler)
Gets the maximum possible date that a maintenance reboot can be extended.Future<GetInstanceMaintenanceRebootResponse>
ComputeAsyncClient. getInstanceMaintenanceReboot(GetInstanceMaintenanceRebootRequest request, AsyncHandler<GetInstanceMaintenanceRebootRequest,GetInstanceMaintenanceRebootResponse> handler)
-
Uses of GetInstanceMaintenanceRebootRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetInstanceMaintenanceRebootRequest Modifier and Type Method Description GetInstanceMaintenanceRebootRequest
GetInstanceMaintenanceRebootRequest.Builder. build()
Build the instance of GetInstanceMaintenanceRebootRequest as configured by this builderGetInstanceMaintenanceRebootRequest
GetInstanceMaintenanceRebootRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetInstanceMaintenanceRebootRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetInstanceMaintenanceRebootRequest Modifier and Type Method Description GetInstanceMaintenanceRebootRequest.Builder
GetInstanceMaintenanceRebootRequest.Builder. copy(GetInstanceMaintenanceRebootRequest o)
Copy method to populate the builder with values from the given instance.
-