Uses of Class
com.oracle.bmc.core.requests.GetInstanceMaintenanceEventRequest
-
Packages that use GetInstanceMaintenanceEventRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetInstanceMaintenanceEventRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type GetInstanceMaintenanceEventRequest Modifier and Type Method Description Future<GetInstanceMaintenanceEventResponse>
ComputeAsync. getInstanceMaintenanceEvent(GetInstanceMaintenanceEventRequest request, AsyncHandler<GetInstanceMaintenanceEventRequest,GetInstanceMaintenanceEventResponse> handler)
Gets the maintenance event for the given instance.Future<GetInstanceMaintenanceEventResponse>
ComputeAsyncClient. getInstanceMaintenanceEvent(GetInstanceMaintenanceEventRequest request, AsyncHandler<GetInstanceMaintenanceEventRequest,GetInstanceMaintenanceEventResponse> handler)
-
Uses of GetInstanceMaintenanceEventRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetInstanceMaintenanceEventRequest Modifier and Type Method Description GetInstanceMaintenanceEventRequest
GetInstanceMaintenanceEventRequest.Builder. build()
Build the instance of GetInstanceMaintenanceEventRequest as configured by this builderGetInstanceMaintenanceEventRequest
GetInstanceMaintenanceEventRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetInstanceMaintenanceEventRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetInstanceMaintenanceEventRequest Modifier and Type Method Description GetInstanceMaintenanceEventRequest.Builder
GetInstanceMaintenanceEventRequest.Builder. copy(GetInstanceMaintenanceEventRequest o)
Copy method to populate the builder with values from the given instance.
-