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