Uses of Class
com.oracle.bmc.opsi.requests.GetHostInsightRequest
-
Packages that use GetHostInsightRequest Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.requests -
-
Uses of GetHostInsightRequest in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return types with arguments of type GetHostInsightRequest Modifier and Type Method Description Waiter<GetHostInsightRequest,GetHostInsightResponse>
OperationsInsightsWaiters. forHostInsight(GetHostInsightRequest request, LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetHostInsightRequest,GetHostInsightResponse>
OperationsInsightsWaiters. forHostInsight(GetHostInsightRequest request, LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetHostInsightRequest,GetHostInsightResponse>
OperationsInsightsWaiters. forHostInsight(GetHostInsightRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.opsi with type arguments of type GetHostInsightRequest Modifier and Type Method Description Future<GetHostInsightResponse>
OperationsInsightsAsync. getHostInsight(GetHostInsightRequest request, AsyncHandler<GetHostInsightRequest,GetHostInsightResponse> handler)
Gets details of a host insight.Future<GetHostInsightResponse>
OperationsInsightsAsyncClient. getHostInsight(GetHostInsightRequest request, AsyncHandler<GetHostInsightRequest,GetHostInsightResponse> handler)
-
Uses of GetHostInsightRequest in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return GetHostInsightRequest Modifier and Type Method Description GetHostInsightRequest
GetHostInsightRequest.Builder. build()
Build the instance of GetHostInsightRequest as configured by this builderGetHostInsightRequest
GetHostInsightRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetHostInsightRequest as configured by this builderMethods in com.oracle.bmc.opsi.requests with parameters of type GetHostInsightRequest Modifier and Type Method Description GetHostInsightRequest.Builder
GetHostInsightRequest.Builder. copy(GetHostInsightRequest o)
Copy method to populate the builder with values from the given instance.
-