Uses of Class
com.oracle.bmc.loganalytics.requests.EnableAutoAssociationRequest
-
Packages that use EnableAutoAssociationRequest Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.requests -
-
Uses of EnableAutoAssociationRequest in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics with parameters of type EnableAutoAssociationRequest Modifier and Type Method Description EnableAutoAssociationResponse
LogAnalytics. enableAutoAssociation(EnableAutoAssociationRequest request)
Enables auto association for a log source.Future<EnableAutoAssociationResponse>
LogAnalyticsAsync. enableAutoAssociation(EnableAutoAssociationRequest request, AsyncHandler<EnableAutoAssociationRequest,EnableAutoAssociationResponse> handler)
Enables auto association for a log source.Future<EnableAutoAssociationResponse>
LogAnalyticsAsyncClient. enableAutoAssociation(EnableAutoAssociationRequest request, AsyncHandler<EnableAutoAssociationRequest,EnableAutoAssociationResponse> handler)
EnableAutoAssociationResponse
LogAnalyticsClient. enableAutoAssociation(EnableAutoAssociationRequest request)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type EnableAutoAssociationRequest Modifier and Type Method Description Future<EnableAutoAssociationResponse>
LogAnalyticsAsync. enableAutoAssociation(EnableAutoAssociationRequest request, AsyncHandler<EnableAutoAssociationRequest,EnableAutoAssociationResponse> handler)
Enables auto association for a log source.Future<EnableAutoAssociationResponse>
LogAnalyticsAsyncClient. enableAutoAssociation(EnableAutoAssociationRequest request, AsyncHandler<EnableAutoAssociationRequest,EnableAutoAssociationResponse> handler)
-
Uses of EnableAutoAssociationRequest in com.oracle.bmc.loganalytics.requests
Methods in com.oracle.bmc.loganalytics.requests that return EnableAutoAssociationRequest Modifier and Type Method Description EnableAutoAssociationRequest
EnableAutoAssociationRequest.Builder. build()
Build the instance of EnableAutoAssociationRequest as configured by this builderEnableAutoAssociationRequest
EnableAutoAssociationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of EnableAutoAssociationRequest as configured by this builderMethods in com.oracle.bmc.loganalytics.requests with parameters of type EnableAutoAssociationRequest Modifier and Type Method Description EnableAutoAssociationRequest.Builder
EnableAutoAssociationRequest.Builder. copy(EnableAutoAssociationRequest o)
Copy method to populate the builder with values from the given instance.
-