Uses of Class
com.oracle.bmc.loganalytics.responses.EnableAutoAssociationResponse
-
Packages that use EnableAutoAssociationResponse Package Description com.oracle.bmc.loganalytics com.oracle.bmc.loganalytics.responses -
-
Uses of EnableAutoAssociationResponse in com.oracle.bmc.loganalytics
Methods in com.oracle.bmc.loganalytics that return EnableAutoAssociationResponse Modifier and Type Method Description EnableAutoAssociationResponse
LogAnalytics. enableAutoAssociation(EnableAutoAssociationRequest request)
Enables auto association for a log source.EnableAutoAssociationResponse
LogAnalyticsClient. enableAutoAssociation(EnableAutoAssociationRequest request)
Methods in com.oracle.bmc.loganalytics that return types with arguments of type EnableAutoAssociationResponse 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)
Method parameters in com.oracle.bmc.loganalytics with type arguments of type EnableAutoAssociationResponse 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 EnableAutoAssociationResponse in com.oracle.bmc.loganalytics.responses
Methods in com.oracle.bmc.loganalytics.responses that return EnableAutoAssociationResponse Modifier and Type Method Description EnableAutoAssociationResponse
EnableAutoAssociationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.loganalytics.responses with parameters of type EnableAutoAssociationResponse Modifier and Type Method Description EnableAutoAssociationResponse.Builder
EnableAutoAssociationResponse.Builder. copy(EnableAutoAssociationResponse o)
Copy method to populate the builder with values from the given instance.
-