Uses of Class
com.oracle.bmc.datacc.requests.GetMaintenanceRunRequest
-
Packages that use GetMaintenanceRunRequest Package Description com.oracle.bmc.datacc com.oracle.bmc.datacc.requests -
-
Uses of GetMaintenanceRunRequest in com.oracle.bmc.datacc
Methods in com.oracle.bmc.datacc that return types with arguments of type GetMaintenanceRunRequest Modifier and Type Method Description Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse>BaseinfraWaiters. forMaintenanceRun(GetMaintenanceRunRequest request, MaintenanceRunLifecycleState... targetStates)Creates a newWaiterusing the default configuration.Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse>BaseinfraWaiters. forMaintenanceRun(GetMaintenanceRunRequest request, MaintenanceRunLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetMaintenanceRunRequest,GetMaintenanceRunResponse>BaseinfraWaiters. forMaintenanceRun(GetMaintenanceRunRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, MaintenanceRunLifecycleState... targetStates)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.datacc with type arguments of type GetMaintenanceRunRequest Modifier and Type Method Description Future<GetMaintenanceRunResponse>BaseinfraAsync. getMaintenanceRun(GetMaintenanceRunRequest request, AsyncHandler<GetMaintenanceRunRequest,GetMaintenanceRunResponse> handler)Gets information about the specified OCID.Future<GetMaintenanceRunResponse>BaseinfraAsyncClient. getMaintenanceRun(GetMaintenanceRunRequest request, AsyncHandler<GetMaintenanceRunRequest,GetMaintenanceRunResponse> handler) -
Uses of GetMaintenanceRunRequest in com.oracle.bmc.datacc.requests
Methods in com.oracle.bmc.datacc.requests that return GetMaintenanceRunRequest Modifier and Type Method Description GetMaintenanceRunRequestGetMaintenanceRunRequest.Builder. build()Build the instance of GetMaintenanceRunRequest as configured by this builderGetMaintenanceRunRequestGetMaintenanceRunRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetMaintenanceRunRequest as configured by this builderMethods in com.oracle.bmc.datacc.requests with parameters of type GetMaintenanceRunRequest Modifier and Type Method Description GetMaintenanceRunRequest.BuilderGetMaintenanceRunRequest.Builder. copy(GetMaintenanceRunRequest o)Copy method to populate the builder with values from the given instance.
-