Uses of Class
com.oracle.bmc.opsi.responses.GetAwrHubResponse
-
Packages that use GetAwrHubResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of GetAwrHubResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return GetAwrHubResponse Modifier and Type Method Description GetAwrHubResponse
OperationsInsights. getAwrHub(GetAwrHubRequest request)
Gets details of an AWR hub.GetAwrHubResponse
OperationsInsightsClient. getAwrHub(GetAwrHubRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type GetAwrHubResponse Modifier and Type Method Description Waiter<GetAwrHubRequest,GetAwrHubResponse>
OperationsInsightsWaiters. forAwrHub(GetAwrHubRequest request, AwrHubLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAwrHubRequest,GetAwrHubResponse>
OperationsInsightsWaiters. forAwrHub(GetAwrHubRequest request, AwrHubLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAwrHubRequest,GetAwrHubResponse>
OperationsInsightsWaiters. forAwrHub(GetAwrHubRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AwrHubLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetAwrHubResponse>
OperationsInsightsAsync. getAwrHub(GetAwrHubRequest request, AsyncHandler<GetAwrHubRequest,GetAwrHubResponse> handler)
Gets details of an AWR hub.Future<GetAwrHubResponse>
OperationsInsightsAsyncClient. getAwrHub(GetAwrHubRequest request, AsyncHandler<GetAwrHubRequest,GetAwrHubResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type GetAwrHubResponse Modifier and Type Method Description Future<GetAwrHubResponse>
OperationsInsightsAsync. getAwrHub(GetAwrHubRequest request, AsyncHandler<GetAwrHubRequest,GetAwrHubResponse> handler)
Gets details of an AWR hub.Future<GetAwrHubResponse>
OperationsInsightsAsyncClient. getAwrHub(GetAwrHubRequest request, AsyncHandler<GetAwrHubRequest,GetAwrHubResponse> handler)
-
Uses of GetAwrHubResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return GetAwrHubResponse Modifier and Type Method Description GetAwrHubResponse
GetAwrHubResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type GetAwrHubResponse Modifier and Type Method Description GetAwrHubResponse.Builder
GetAwrHubResponse.Builder. copy(GetAwrHubResponse o)
Copy method to populate the builder with values from the given instance.
-