Uses of Class
com.oracle.bmc.opsi.responses.PutAwrHubObjectResponse
-
Packages that use PutAwrHubObjectResponse Package Description com.oracle.bmc.opsi com.oracle.bmc.opsi.responses -
-
Uses of PutAwrHubObjectResponse in com.oracle.bmc.opsi
Methods in com.oracle.bmc.opsi that return PutAwrHubObjectResponse Modifier and Type Method Description PutAwrHubObjectResponse
OperationsInsights. putAwrHubObject(PutAwrHubObjectRequest request)
Creates a new object or overwrites an existing object with the same name to the Awr Hub.PutAwrHubObjectResponse
OperationsInsightsClient. putAwrHubObject(PutAwrHubObjectRequest request)
Methods in com.oracle.bmc.opsi that return types with arguments of type PutAwrHubObjectResponse Modifier and Type Method Description Future<PutAwrHubObjectResponse>
OperationsInsightsAsync. putAwrHubObject(PutAwrHubObjectRequest request, AsyncHandler<PutAwrHubObjectRequest,PutAwrHubObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name to the Awr Hub.Future<PutAwrHubObjectResponse>
OperationsInsightsAsyncClient. putAwrHubObject(PutAwrHubObjectRequest request, AsyncHandler<PutAwrHubObjectRequest,PutAwrHubObjectResponse> handler)
Method parameters in com.oracle.bmc.opsi with type arguments of type PutAwrHubObjectResponse Modifier and Type Method Description Future<PutAwrHubObjectResponse>
OperationsInsightsAsync. putAwrHubObject(PutAwrHubObjectRequest request, AsyncHandler<PutAwrHubObjectRequest,PutAwrHubObjectResponse> handler)
Creates a new object or overwrites an existing object with the same name to the Awr Hub.Future<PutAwrHubObjectResponse>
OperationsInsightsAsyncClient. putAwrHubObject(PutAwrHubObjectRequest request, AsyncHandler<PutAwrHubObjectRequest,PutAwrHubObjectResponse> handler)
-
Uses of PutAwrHubObjectResponse in com.oracle.bmc.opsi.responses
Methods in com.oracle.bmc.opsi.responses that return PutAwrHubObjectResponse Modifier and Type Method Description PutAwrHubObjectResponse
PutAwrHubObjectResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.opsi.responses with parameters of type PutAwrHubObjectResponse Modifier and Type Method Description PutAwrHubObjectResponse.Builder
PutAwrHubObjectResponse.Builder. copy(PutAwrHubObjectResponse o)
Copy method to populate the builder with values from the given instance.
-