Uses of Class
com.oracle.bmc.opsi.responses.CreateAwrHubResponse
-
Packages that use CreateAwrHubResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of CreateAwrHubResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return CreateAwrHubResponse Modifier and Type Method Description CreateAwrHubResponse
OperationsInsights. createAwrHub(CreateAwrHubRequest request)
Create a AWR hub resource for the tenant in Operations Insights.CreateAwrHubResponse
OperationsInsightsClient. createAwrHub(CreateAwrHubRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type CreateAwrHubResponse Modifier and Type Method Description Future<CreateAwrHubResponse>
OperationsInsightsAsync. createAwrHub(CreateAwrHubRequest request, AsyncHandler<CreateAwrHubRequest,CreateAwrHubResponse> handler)
Create a AWR hub resource for the tenant in Operations Insights.Future<CreateAwrHubResponse>
OperationsInsightsAsyncClient. createAwrHub(CreateAwrHubRequest request, AsyncHandler<CreateAwrHubRequest,CreateAwrHubResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type CreateAwrHubResponse Modifier and Type Method Description Future<CreateAwrHubResponse>
OperationsInsightsAsync. createAwrHub(CreateAwrHubRequest request, AsyncHandler<CreateAwrHubRequest,CreateAwrHubResponse> handler)
Create a AWR hub resource for the tenant in Operations Insights.Future<CreateAwrHubResponse>
OperationsInsightsAsyncClient. createAwrHub(CreateAwrHubRequest request, AsyncHandler<CreateAwrHubRequest,CreateAwrHubResponse> handler)
-
Uses of CreateAwrHubResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return CreateAwrHubResponse Modifier and Type Method Description CreateAwrHubResponse
CreateAwrHubResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type CreateAwrHubResponse Modifier and Type Method Description CreateAwrHubResponse.Builder
CreateAwrHubResponse.Builder. copy(CreateAwrHubResponse o)
Copy method to populate the builder with values from the given instance.
-