Uses of Class
com.oracle.bmc.resourceanalytics.responses.GetResourceAnalyticsInstanceResponse
-
Packages that use GetResourceAnalyticsInstanceResponse Package Description com.oracle.bmc.resourceanalytics com.oracle.bmc.resourceanalytics.responses -
-
Uses of GetResourceAnalyticsInstanceResponse in com.oracle.bmc.resourceanalytics
Methods in com.oracle.bmc.resourceanalytics that return GetResourceAnalyticsInstanceResponse Modifier and Type Method Description GetResourceAnalyticsInstanceResponse
ResourceAnalyticsInstance. getResourceAnalyticsInstance(GetResourceAnalyticsInstanceRequest request)
Gets information about a ResourceAnalyticsInstance.GetResourceAnalyticsInstanceResponse
ResourceAnalyticsInstanceClient. getResourceAnalyticsInstance(GetResourceAnalyticsInstanceRequest request)
Method parameters in com.oracle.bmc.resourceanalytics with type arguments of type GetResourceAnalyticsInstanceResponse Modifier and Type Method Description Future<GetResourceAnalyticsInstanceResponse>
ResourceAnalyticsInstanceAsync. getResourceAnalyticsInstance(GetResourceAnalyticsInstanceRequest request, AsyncHandler<GetResourceAnalyticsInstanceRequest,GetResourceAnalyticsInstanceResponse> handler)
Gets information about a ResourceAnalyticsInstance.Future<GetResourceAnalyticsInstanceResponse>
ResourceAnalyticsInstanceAsyncClient. getResourceAnalyticsInstance(GetResourceAnalyticsInstanceRequest request, AsyncHandler<GetResourceAnalyticsInstanceRequest,GetResourceAnalyticsInstanceResponse> handler)
-
Uses of GetResourceAnalyticsInstanceResponse in com.oracle.bmc.resourceanalytics.responses
Methods in com.oracle.bmc.resourceanalytics.responses that return GetResourceAnalyticsInstanceResponse Modifier and Type Method Description GetResourceAnalyticsInstanceResponse
GetResourceAnalyticsInstanceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourceanalytics.responses with parameters of type GetResourceAnalyticsInstanceResponse Modifier and Type Method Description GetResourceAnalyticsInstanceResponse.Builder
GetResourceAnalyticsInstanceResponse.Builder. copy(GetResourceAnalyticsInstanceResponse o)
Copy method to populate the builder with values from the given instance.
-