Uses of Class
com.oracle.bmc.loganalytics.responses.GetAssociationSummaryResponse
-
Packages that use GetAssociationSummaryResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of GetAssociationSummaryResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return GetAssociationSummaryResponse Modifier and Type Method Description GetAssociationSummaryResponse
LogAnalytics. getAssociationSummary(GetAssociationSummaryRequest request)
Returns the count of source associations for entities in the specified compartment.GetAssociationSummaryResponse
LogAnalyticsClient. getAssociationSummary(GetAssociationSummaryRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type GetAssociationSummaryResponse Modifier and Type Method Description Future<GetAssociationSummaryResponse>
LogAnalyticsAsync. getAssociationSummary(GetAssociationSummaryRequest request, AsyncHandler<GetAssociationSummaryRequest,GetAssociationSummaryResponse> handler)
Returns the count of source associations for entities in the specified compartment.Future<GetAssociationSummaryResponse>
LogAnalyticsAsyncClient. getAssociationSummary(GetAssociationSummaryRequest request, AsyncHandler<GetAssociationSummaryRequest,GetAssociationSummaryResponse> handler)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetAssociationSummaryResponse Modifier and Type Method Description Future<GetAssociationSummaryResponse>
LogAnalyticsAsync. getAssociationSummary(GetAssociationSummaryRequest request, AsyncHandler<GetAssociationSummaryRequest,GetAssociationSummaryResponse> handler)
Returns the count of source associations for entities in the specified compartment.Future<GetAssociationSummaryResponse>
LogAnalyticsAsyncClient. getAssociationSummary(GetAssociationSummaryRequest request, AsyncHandler<GetAssociationSummaryRequest,GetAssociationSummaryResponse> handler)
-
Uses of GetAssociationSummaryResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return GetAssociationSummaryResponse Modifier and Type Method Description GetAssociationSummaryResponse
GetAssociationSummaryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type GetAssociationSummaryResponse Modifier and Type Method Description GetAssociationSummaryResponse.Builder
GetAssociationSummaryResponse.Builder. copy(GetAssociationSummaryResponse o)
Copy method to populate the builder with values from the given instance.
-