Uses of Class
com.oracle.bmc.loganalytics.requests.GetAssociationSummaryRequest
-
Packages that use GetAssociationSummaryRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of GetAssociationSummaryRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type GetAssociationSummaryRequest Modifier and Type Method Description GetAssociationSummaryResponse
LogAnalytics. getAssociationSummary(GetAssociationSummaryRequest request)
Returns the count of source associations for entities in the specified compartment.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)
GetAssociationSummaryResponse
LogAnalyticsClient. getAssociationSummary(GetAssociationSummaryRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type GetAssociationSummaryRequest 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 GetAssociationSummaryRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return GetAssociationSummaryRequest Modifier and Type Method Description GetAssociationSummaryRequest
GetAssociationSummaryRequest.Builder. build()
Build the instance of GetAssociationSummaryRequest as configured by this builderGetAssociationSummaryRequest
GetAssociationSummaryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAssociationSummaryRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type GetAssociationSummaryRequest Modifier and Type Method Description GetAssociationSummaryRequest.Builder
GetAssociationSummaryRequest.Builder. copy(GetAssociationSummaryRequest o)
Copy method to populate the builder with values from the given instance.
-