@Generated(value="OracleSDKGenerator", comments="API Version: 20200601") public class LogAnalyticsAsyncClient extends Object implements LogAnalyticsAsync
Async client implementation for LogAnalytics service.
There are two ways to use async client:
InputStream, like
getObject Api in object storage service, developers need to process the stream in AsyncHandler, and not anywhere else,
because the stream will be closed right after the AsyncHandler is invoked. | Modifier and Type | Class and Description |
|---|---|
static class |
LogAnalyticsAsyncClient.Builder
Builder class for this client.
|
| Modifier and Type | Field and Description |
|---|---|
static com.oracle.bmc.Service |
SERVICE
Service instance for LogAnalytics.
|
| Constructor and Description |
|---|
LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration.
|
LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory,
List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration.
|
LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory,
List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory,
Map<com.oracle.bmc.http.signing.SigningStrategy,com.oracle.bmc.http.signing.RequestSignerFactory> signingStrategyRequestSignerFactories,
List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory,
Map<com.oracle.bmc.http.signing.SigningStrategy,com.oracle.bmc.http.signing.RequestSignerFactory> signingStrategyRequestSignerFactories,
List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators,
String endpoint,
com.oracle.bmc.http.internal.RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration.
|
LogAnalyticsAsyncClient(com.oracle.bmc.auth.BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
|
LogAnalyticsAsyncClient(com.oracle.bmc.auth.BasicAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
|
LogAnalyticsAsyncClient(com.oracle.bmc.auth.BasicAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration.
|
public static final com.oracle.bmc.Service SERVICE
Service instance for LogAnalytics.
public LogAnalyticsAsyncClient(com.oracle.bmc.auth.BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
authenticationDetailsProvider - The authentication details provider, required.public LogAnalyticsAsyncClient(com.oracle.bmc.auth.BasicAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
authenticationDetailsProvider - The authentication details provider, required.configuration - The client configuration, optional.public LogAnalyticsAsyncClient(com.oracle.bmc.auth.BasicAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
authenticationDetailsProvider - The authentication details provider, required.configuration - The client configuration, optional.clientConfigurator - ClientConfigurator that will be invoked for additional configuration of a REST client, optional.public LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider - The authentication details provider, required.configuration - The client configuration, optional.clientConfigurator - ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory - The request signer factory used to create the request signer for this service.public LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory,
List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider - The authentication details provider, required.configuration - The client configuration, optional.clientConfigurator - ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory - The request signer factory used to create the request signer for this service.additionalClientConfigurators - Additional client configurators to be run after the primary configurator.public LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory,
List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider - The authentication details provider, required.configuration - The client configuration, optional.clientConfigurator - ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory - The request signer factory used to create the request signer for this service.additionalClientConfigurators - Additional client configurators to be run after the primary configurator.endpoint - Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider)public LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory,
Map<com.oracle.bmc.http.signing.SigningStrategy,com.oracle.bmc.http.signing.RequestSignerFactory> signingStrategyRequestSignerFactories,
List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider - The authentication details provider, required.configuration - The client configuration, optional.clientConfigurator - ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory - The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories - The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators - Additional client configurators to be run after the primary configurator.endpoint - Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider)public LogAnalyticsAsyncClient(com.oracle.bmc.auth.AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
com.oracle.bmc.ClientConfiguration configuration,
com.oracle.bmc.http.ClientConfigurator clientConfigurator,
com.oracle.bmc.http.signing.RequestSignerFactory defaultRequestSignerFactory,
Map<com.oracle.bmc.http.signing.SigningStrategy,com.oracle.bmc.http.signing.RequestSignerFactory> signingStrategyRequestSignerFactories,
List<com.oracle.bmc.http.ClientConfigurator> additionalClientConfigurators,
String endpoint,
com.oracle.bmc.http.internal.RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider - The authentication details provider, required.configuration - The client configuration, optional.clientConfigurator - ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory - The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories - The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators - Additional client configurators to be run after the primary configurator.endpoint - Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider)restClientFactoryBuilder - the builder for the RestClientFactorypublic static LogAnalyticsAsyncClient.Builder builder()
Create a builder for this client.
public void setEndpoint(String endpoint)
LogAnalyticsAsyncSets the endpoint to call (ex, https://www.example.com).
setEndpoint in interface LogAnalyticsAsyncendpoint - The endpoint of the serice.public String getEndpoint()
LogAnalyticsAsyncGets the set endpoint for REST call (ex, https://www.example.com)
getEndpoint in interface LogAnalyticsAsyncpublic void setRegion(com.oracle.bmc.Region region)
LogAnalyticsAsyncSets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint after resolving the endpoint. If the service is not available in this region, however, an IllegalArgumentException will be raised.
setRegion in interface LogAnalyticsAsyncregion - The region of the service.public void setRegion(String regionId)
LogAnalyticsAsyncSets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call
setRegion.
If no known Region could be determined, it will create an endpoint based on the
default endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint.
setRegion in interface LogAnalyticsAsyncregionId - The public region ID.public void close()
close in interface AutoCloseablepublic Future<AddEntityAssociationResponse> addEntityAssociation(AddEntityAssociationRequest request, com.oracle.bmc.responses.AsyncHandler<AddEntityAssociationRequest,AddEntityAssociationResponse> handler)
LogAnalyticsAsyncAdds association between input source log analytics entity and one or more existing destination entities.
addEntityAssociation in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<AppendLookupDataResponse> appendLookupData(AppendLookupDataRequest request, com.oracle.bmc.responses.AsyncHandler<AppendLookupDataRequest,AppendLookupDataResponse> handler)
LogAnalyticsAsyncAppend data to a lookup. The file containing the information to append must be provided.
appendLookupData in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<BatchGetBasicInfoResponse> batchGetBasicInfo(BatchGetBasicInfoRequest request, com.oracle.bmc.responses.AsyncHandler<BatchGetBasicInfoRequest,BatchGetBasicInfoResponse> handler)
LogAnalyticsAsyncget basic information about a specified set of labels
batchGetBasicInfo in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<CancelQueryWorkRequestResponse> cancelQueryWorkRequest(CancelQueryWorkRequestRequest request, com.oracle.bmc.responses.AsyncHandler<CancelQueryWorkRequestRequest,CancelQueryWorkRequestResponse> handler)
LogAnalyticsAsyncCancel/Remove query job work request.
cancelQueryWorkRequest in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ChangeLogAnalyticsEntityCompartmentResponse> changeLogAnalyticsEntityCompartment(ChangeLogAnalyticsEntityCompartmentRequest request, com.oracle.bmc.responses.AsyncHandler<ChangeLogAnalyticsEntityCompartmentRequest,ChangeLogAnalyticsEntityCompartmentResponse> handler)
LogAnalyticsAsyncUpdate the compartment of the log analytics entity with the given id.
changeLogAnalyticsEntityCompartment in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ChangeLogAnalyticsLogGroupCompartmentResponse> changeLogAnalyticsLogGroupCompartment(ChangeLogAnalyticsLogGroupCompartmentRequest request, com.oracle.bmc.responses.AsyncHandler<ChangeLogAnalyticsLogGroupCompartmentRequest,ChangeLogAnalyticsLogGroupCompartmentResponse> handler)
LogAnalyticsAsyncUpdates the compartment of the Log-Analytics group with the given id.
changeLogAnalyticsLogGroupCompartment in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse> changeLogAnalyticsObjectCollectionRuleCompartment(ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest request, com.oracle.bmc.responses.AsyncHandler<ChangeLogAnalyticsObjectCollectionRuleCompartmentRequest,ChangeLogAnalyticsObjectCollectionRuleCompartmentResponse> handler)
LogAnalyticsAsyncMove the rule from it’s current compartment to the given compartment.
changeLogAnalyticsObjectCollectionRuleCompartment in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ChangeScheduledTaskCompartmentResponse> changeScheduledTaskCompartment(ChangeScheduledTaskCompartmentRequest request, com.oracle.bmc.responses.AsyncHandler<ChangeScheduledTaskCompartmentRequest,ChangeScheduledTaskCompartmentResponse> handler)
LogAnalyticsAsyncMove the scheduled task into a different compartment within the same tenancy.
changeScheduledTaskCompartment in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<CleanResponse> clean(CleanRequest request, com.oracle.bmc.responses.AsyncHandler<CleanRequest,CleanResponse> handler)
LogAnalyticsAsyncClean accumulated acceleration data stored for the accelerated saved search. The ScheduledTask taskType must be ACCELERATION.
clean in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<CreateLogAnalyticsEntityResponse> createLogAnalyticsEntity(CreateLogAnalyticsEntityRequest request, com.oracle.bmc.responses.AsyncHandler<CreateLogAnalyticsEntityRequest,CreateLogAnalyticsEntityResponse> handler)
LogAnalyticsAsyncCreate a new log analytics entity.
createLogAnalyticsEntity in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<CreateLogAnalyticsEntityTypeResponse> createLogAnalyticsEntityType(CreateLogAnalyticsEntityTypeRequest request, com.oracle.bmc.responses.AsyncHandler<CreateLogAnalyticsEntityTypeRequest,CreateLogAnalyticsEntityTypeResponse> handler)
LogAnalyticsAsyncAdd custom log analytics entity type.
createLogAnalyticsEntityType in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<CreateLogAnalyticsLogGroupResponse> createLogAnalyticsLogGroup(CreateLogAnalyticsLogGroupRequest request, com.oracle.bmc.responses.AsyncHandler<CreateLogAnalyticsLogGroupRequest,CreateLogAnalyticsLogGroupResponse> handler)
LogAnalyticsAsyncCreates a new Log-Analytics group.
createLogAnalyticsLogGroup in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<CreateLogAnalyticsObjectCollectionRuleResponse> createLogAnalyticsObjectCollectionRule(CreateLogAnalyticsObjectCollectionRuleRequest request, com.oracle.bmc.responses.AsyncHandler<CreateLogAnalyticsObjectCollectionRuleRequest,CreateLogAnalyticsObjectCollectionRuleResponse> handler)
LogAnalyticsAsyncCreates a rule to collect logs from an object storage bucket.
createLogAnalyticsObjectCollectionRule in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<CreateScheduledTaskResponse> createScheduledTask(CreateScheduledTaskRequest request, com.oracle.bmc.responses.AsyncHandler<CreateScheduledTaskRequest,CreateScheduledTaskResponse> handler)
LogAnalyticsAsyncSchedule a task as specified and return task info.
createScheduledTask in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteAssociationsResponse> deleteAssociations(DeleteAssociationsRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteAssociationsRequest,DeleteAssociationsResponse> handler)
LogAnalyticsAsyncdelete associations
deleteAssociations in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteFieldResponse> deleteField(DeleteFieldRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteFieldRequest,DeleteFieldResponse> handler)
LogAnalyticsAsyncdelete field with specified name
deleteField in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteLabelResponse> deleteLabel(DeleteLabelRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteLabelRequest,DeleteLabelResponse> handler)
LogAnalyticsAsyncdelete a label
deleteLabel in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteLogAnalyticsEntityResponse> deleteLogAnalyticsEntity(DeleteLogAnalyticsEntityRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteLogAnalyticsEntityRequest,DeleteLogAnalyticsEntityResponse> handler)
LogAnalyticsAsyncDelete log analytics entity with the given id.
deleteLogAnalyticsEntity in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteLogAnalyticsEntityTypeResponse> deleteLogAnalyticsEntityType(DeleteLogAnalyticsEntityTypeRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteLogAnalyticsEntityTypeRequest,DeleteLogAnalyticsEntityTypeResponse> handler)
LogAnalyticsAsyncDelete log analytics entity type with the given name.
deleteLogAnalyticsEntityType in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteLogAnalyticsLogGroupResponse> deleteLogAnalyticsLogGroup(DeleteLogAnalyticsLogGroupRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteLogAnalyticsLogGroupRequest,DeleteLogAnalyticsLogGroupResponse> handler)
LogAnalyticsAsyncDeletes the Log-Analytics group with the given id.
deleteLogAnalyticsLogGroup in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteLogAnalyticsObjectCollectionRuleResponse> deleteLogAnalyticsObjectCollectionRule(DeleteLogAnalyticsObjectCollectionRuleRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteLogAnalyticsObjectCollectionRuleRequest,DeleteLogAnalyticsObjectCollectionRuleResponse> handler)
LogAnalyticsAsyncDeletes the configured object storage bucket based collection rule and stop the log collection. It will not delete the existing processed data associated with this bucket from logging analytics storage.
deleteLogAnalyticsObjectCollectionRule in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteLookupResponse> deleteLookup(DeleteLookupRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteLookupRequest,DeleteLookupResponse> handler)
LogAnalyticsAsyncDelete the specified lookup.
deleteLookup in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteParserResponse> deleteParser(DeleteParserRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteParserRequest,DeleteParserResponse> handler)
LogAnalyticsAsyncdelete parser with specified name
deleteParser in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteScheduledTaskResponse> deleteScheduledTask(DeleteScheduledTaskRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteScheduledTaskRequest,DeleteScheduledTaskResponse> handler)
LogAnalyticsAsyncDelete the scheduled task.
deleteScheduledTask in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteSourceResponse> deleteSource(DeleteSourceRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteSourceRequest,DeleteSourceResponse> handler)
LogAnalyticsAsyncdelete source with specified ID
deleteSource in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteUploadResponse> deleteUpload(DeleteUploadRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteUploadRequest,DeleteUploadResponse> handler)
LogAnalyticsAsyncDeletes an Upload by its reference. It deletes all the logs in storage asscoiated with the upload and the corresponding upload metadata.
deleteUpload in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteUploadFileResponse> deleteUploadFile(DeleteUploadFileRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteUploadFileRequest,DeleteUploadFileResponse> handler)
LogAnalyticsAsyncDeletes a specific log file inside an upload by upload file reference. It deletes all the logs from storage associated with the file and the corresponding metadata.
deleteUploadFile in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DeleteUploadWarningResponse> deleteUploadWarning(DeleteUploadWarningRequest request, com.oracle.bmc.responses.AsyncHandler<DeleteUploadWarningRequest,DeleteUploadWarningResponse> handler)
LogAnalyticsAsyncSuppresses a specific warning inside an upload.
deleteUploadWarning in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<DisableArchivingResponse> disableArchiving(DisableArchivingRequest request, com.oracle.bmc.responses.AsyncHandler<DisableArchivingRequest,DisableArchivingResponse> handler)
LogAnalyticsAsyncThis API disables archiving.
disableArchiving in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<EnableArchivingResponse> enableArchiving(EnableArchivingRequest request, com.oracle.bmc.responses.AsyncHandler<EnableArchivingRequest,EnableArchivingResponse> handler)
LogAnalyticsAsyncTHis API enables archiving.
enableArchiving in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<EstimatePurgeDataSizeResponse> estimatePurgeDataSize(EstimatePurgeDataSizeRequest request, com.oracle.bmc.responses.AsyncHandler<EstimatePurgeDataSizeRequest,EstimatePurgeDataSizeResponse> handler)
LogAnalyticsAsyncThis API estimates the size of data to be purged based based on time interval, purge query etc.
estimatePurgeDataSize in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<EstimateRecallDataSizeResponse> estimateRecallDataSize(EstimateRecallDataSizeRequest request, com.oracle.bmc.responses.AsyncHandler<EstimateRecallDataSizeRequest,EstimateRecallDataSizeResponse> handler)
LogAnalyticsAsyncThis API gives an active storage usage estimate for archived data to be recalled and the time range of such data.
estimateRecallDataSize in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<EstimateReleaseDataSizeResponse> estimateReleaseDataSize(EstimateReleaseDataSizeRequest request, com.oracle.bmc.responses.AsyncHandler<EstimateReleaseDataSizeRequest,EstimateReleaseDataSizeResponse> handler)
LogAnalyticsAsyncThis API gives an active storage usage estimate for recalled data to be released and the time range of such data.
estimateReleaseDataSize in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ExportCustomContentResponse> exportCustomContent(ExportCustomContentRequest request, com.oracle.bmc.responses.AsyncHandler<ExportCustomContentRequest,ExportCustomContentResponse> handler)
LogAnalyticsAsyncexport
exportCustomContent in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ExportQueryResultResponse> exportQueryResult(ExportQueryResultRequest request, com.oracle.bmc.responses.AsyncHandler<ExportQueryResultRequest,ExportQueryResultResponse> handler)
LogAnalyticsAsyncExport data based on query. Endpoint returns a stream of data. Endpoint is synchronous. Queries must deliver first result within 60 seconds or calls are subject to timeout.
exportQueryResult in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ExtractStructuredLogFieldPathsResponse> extractStructuredLogFieldPaths(ExtractStructuredLogFieldPathsRequest request, com.oracle.bmc.responses.AsyncHandler<ExtractStructuredLogFieldPathsRequest,ExtractStructuredLogFieldPathsResponse> handler)
LogAnalyticsAsyncstructured log fieldpaths
extractStructuredLogFieldPaths in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ExtractStructuredLogHeaderPathsResponse> extractStructuredLogHeaderPaths(ExtractStructuredLogHeaderPathsRequest request, com.oracle.bmc.responses.AsyncHandler<ExtractStructuredLogHeaderPathsRequest,ExtractStructuredLogHeaderPathsResponse> handler)
LogAnalyticsAsyncstructured log header paths
extractStructuredLogHeaderPaths in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<FilterResponse> filter(FilterRequest request, com.oracle.bmc.responses.AsyncHandler<FilterRequest,FilterResponse> handler)
LogAnalyticsAsyncEach filter specifies an operator, a field and one or more values to be inserted into the provided query as criteria.
filter in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetAssociationSummaryResponse> getAssociationSummary(GetAssociationSummaryRequest request, com.oracle.bmc.responses.AsyncHandler<GetAssociationSummaryRequest,GetAssociationSummaryResponse> handler)
LogAnalyticsAsyncassociation summary
getAssociationSummary in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetColumnNamesResponse> getColumnNames(GetColumnNamesRequest request, com.oracle.bmc.responses.AsyncHandler<GetColumnNamesRequest,GetColumnNamesResponse> handler)
LogAnalyticsAsyncextract column names from SQL query
getColumnNames in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetConfigWorkRequestResponse> getConfigWorkRequest(GetConfigWorkRequestRequest request, com.oracle.bmc.responses.AsyncHandler<GetConfigWorkRequestRequest,GetConfigWorkRequestResponse> handler)
LogAnalyticsAsyncassociation summary by source
getConfigWorkRequest in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetFieldResponse> getField(GetFieldRequest request, com.oracle.bmc.responses.AsyncHandler<GetFieldRequest,GetFieldResponse> handler)
LogAnalyticsAsyncget common field with specified name
getField in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetFieldsSummaryResponse> getFieldsSummary(GetFieldsSummaryRequest request, com.oracle.bmc.responses.AsyncHandler<GetFieldsSummaryRequest,GetFieldsSummaryResponse> handler)
LogAnalyticsAsyncget field summary
getFieldsSummary in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetLabelResponse> getLabel(GetLabelRequest request, com.oracle.bmc.responses.AsyncHandler<GetLabelRequest,GetLabelResponse> handler)
LogAnalyticsAsyncget label with specified name
getLabel in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetLabelSummaryResponse> getLabelSummary(GetLabelSummaryRequest request, com.oracle.bmc.responses.AsyncHandler<GetLabelSummaryRequest,GetLabelSummaryResponse> handler)
LogAnalyticsAsyncget total count
getLabelSummary in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetLogAnalyticsEntitiesSummaryResponse> getLogAnalyticsEntitiesSummary(GetLogAnalyticsEntitiesSummaryRequest request, com.oracle.bmc.responses.AsyncHandler<GetLogAnalyticsEntitiesSummaryRequest,GetLogAnalyticsEntitiesSummaryResponse> handler)
LogAnalyticsAsyncReturns log analytics entities count summary report.
getLogAnalyticsEntitiesSummary in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetLogAnalyticsEntityResponse> getLogAnalyticsEntity(GetLogAnalyticsEntityRequest request, com.oracle.bmc.responses.AsyncHandler<GetLogAnalyticsEntityRequest,GetLogAnalyticsEntityResponse> handler)
LogAnalyticsAsyncRetrieve the log analytics entity with the given id.
getLogAnalyticsEntity in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetLogAnalyticsEntityTypeResponse> getLogAnalyticsEntityType(GetLogAnalyticsEntityTypeRequest request, com.oracle.bmc.responses.AsyncHandler<GetLogAnalyticsEntityTypeRequest,GetLogAnalyticsEntityTypeResponse> handler)
LogAnalyticsAsyncRetrieve the log analytics entity type with the given name.
getLogAnalyticsEntityType in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetLogAnalyticsLogGroupResponse> getLogAnalyticsLogGroup(GetLogAnalyticsLogGroupRequest request, com.oracle.bmc.responses.AsyncHandler<GetLogAnalyticsLogGroupRequest,GetLogAnalyticsLogGroupResponse> handler)
LogAnalyticsAsyncRetrieves the Log-Analytics group with the given id.
getLogAnalyticsLogGroup in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetLogAnalyticsLogGroupsSummaryResponse> getLogAnalyticsLogGroupsSummary(GetLogAnalyticsLogGroupsSummaryRequest request, com.oracle.bmc.responses.AsyncHandler<GetLogAnalyticsLogGroupsSummaryRequest,GetLogAnalyticsLogGroupsSummaryResponse> handler)
LogAnalyticsAsyncReturns a count of Log-Analytics groups.
getLogAnalyticsLogGroupsSummary in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetLogAnalyticsObjectCollectionRuleResponse> getLogAnalyticsObjectCollectionRule(GetLogAnalyticsObjectCollectionRuleRequest request, com.oracle.bmc.responses.AsyncHandler<GetLogAnalyticsObjectCollectionRuleRequest,GetLogAnalyticsObjectCollectionRuleResponse> handler)
LogAnalyticsAsyncGets a configured object storage based collection rule by given id
getLogAnalyticsObjectCollectionRule in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetLookupResponse> getLookup(GetLookupRequest request, com.oracle.bmc.responses.AsyncHandler<GetLookupRequest,GetLookupResponse> handler)
LogAnalyticsAsyncObtains the lookup with the specified reference.
getLookup in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetNamespaceResponse> getNamespace(GetNamespaceRequest request, com.oracle.bmc.responses.AsyncHandler<GetNamespaceRequest,GetNamespaceResponse> handler)
LogAnalyticsAsyncThis API gets the namespace details of a tenancy already onboarded in Logging Analytics Application
getNamespace in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetParserResponse> getParser(GetParserRequest request, com.oracle.bmc.responses.AsyncHandler<GetParserRequest,GetParserResponse> handler)
LogAnalyticsAsyncget parser with fields by Name
getParser in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetParserSummaryResponse> getParserSummary(GetParserSummaryRequest request, com.oracle.bmc.responses.AsyncHandler<GetParserSummaryRequest,GetParserSummaryResponse> handler)
LogAnalyticsAsyncparser summary
getParserSummary in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetQueryResultResponse> getQueryResult(GetQueryResultRequest request, com.oracle.bmc.responses.AsyncHandler<GetQueryResultRequest,GetQueryResultResponse> handler)
LogAnalyticsAsyncReturns the intermediate results for a query that was specified to run asynchronously if the query has not completed, otherwise the final query results identified by a queryWorkRequestId returned when submitting the query execute asynchronously.
getQueryResult in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetQueryWorkRequestResponse> getQueryWorkRequest(GetQueryWorkRequestRequest request, com.oracle.bmc.responses.AsyncHandler<GetQueryWorkRequestRequest,GetQueryWorkRequestResponse> handler)
LogAnalyticsAsyncRetrieve work request details by workRequestId. This endpoint can be polled for status tracking of work request. Clients should poll using the interval returned in the retry-after header.
getQueryWorkRequest in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetScheduledTaskResponse> getScheduledTask(GetScheduledTaskRequest request, com.oracle.bmc.responses.AsyncHandler<GetScheduledTaskRequest,GetScheduledTaskResponse> handler)
LogAnalyticsAsyncGet the scheduled task for the specified task identifier.
getScheduledTask in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetSourceResponse> getSource(GetSourceRequest request, com.oracle.bmc.responses.AsyncHandler<GetSourceRequest,GetSourceResponse> handler)
LogAnalyticsAsyncget source with specified name
getSource in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetSourceSummaryResponse> getSourceSummary(GetSourceSummaryRequest request, com.oracle.bmc.responses.AsyncHandler<GetSourceSummaryRequest,GetSourceSummaryResponse> handler)
LogAnalyticsAsyncsource summary
getSourceSummary in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetStorageResponse> getStorage(GetStorageRequest request, com.oracle.bmc.responses.AsyncHandler<GetStorageRequest,GetStorageResponse> handler)
LogAnalyticsAsyncThis API gets the storage configuration of a tenancy
getStorage in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetStorageUsageResponse> getStorageUsage(GetStorageUsageRequest request, com.oracle.bmc.responses.AsyncHandler<GetStorageUsageRequest,GetStorageUsageResponse> handler)
LogAnalyticsAsyncThis API gets storage usage information of a tenancy. Storage usage information includes active, archived or recalled data. The unit of return data is in bytes.
getStorageUsage in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetStorageWorkRequestResponse> getStorageWorkRequest(GetStorageWorkRequestRequest request, com.oracle.bmc.responses.AsyncHandler<GetStorageWorkRequestRequest,GetStorageWorkRequestResponse> handler)
LogAnalyticsAsyncThis API returns work request details specified by {workRequestId}. This API can be polled for status tracking of work request. Clients should poll using the interval returned in retry-after header.
getStorageWorkRequest in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetUploadResponse> getUpload(GetUploadRequest request, com.oracle.bmc.responses.AsyncHandler<GetUploadRequest,GetUploadResponse> handler)
LogAnalyticsAsyncGets an On-Demand Upload info by reference.
getUpload in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<GetWorkRequestResponse> getWorkRequest(GetWorkRequestRequest request, com.oracle.bmc.responses.AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
LogAnalyticsAsyncGets the status of the work request with the given ID.
getWorkRequest in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ImportCustomContentResponse> importCustomContent(ImportCustomContentRequest request, com.oracle.bmc.responses.AsyncHandler<ImportCustomContentRequest,ImportCustomContentResponse> handler)
LogAnalyticsAsyncregister custom content
importCustomContent in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListAssociatedEntitiesResponse> listAssociatedEntities(ListAssociatedEntitiesRequest request, com.oracle.bmc.responses.AsyncHandler<ListAssociatedEntitiesRequest,ListAssociatedEntitiesResponse> handler)
LogAnalyticsAsynclist of entities that have been associated to at least one source
listAssociatedEntities in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListConfigWorkRequestsResponse> listConfigWorkRequests(ListConfigWorkRequestsRequest request, com.oracle.bmc.responses.AsyncHandler<ListConfigWorkRequestsRequest,ListConfigWorkRequestsResponse> handler)
LogAnalyticsAsyncassociation summary by source
listConfigWorkRequests in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListEntityAssociationsResponse> listEntityAssociations(ListEntityAssociationsRequest request, com.oracle.bmc.responses.AsyncHandler<ListEntityAssociationsRequest,ListEntityAssociationsResponse> handler)
LogAnalyticsAsyncReturn a list of log analytics entities associated with input source log analytics entity.
listEntityAssociations in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListEntitySourceAssociationsResponse> listEntitySourceAssociations(ListEntitySourceAssociationsRequest request, com.oracle.bmc.responses.AsyncHandler<ListEntitySourceAssociationsRequest,ListEntitySourceAssociationsResponse> handler)
LogAnalyticsAsyncentity associations summary
listEntitySourceAssociations in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListFieldsResponse> listFields(ListFieldsRequest request, com.oracle.bmc.responses.AsyncHandler<ListFieldsRequest,ListFieldsResponse> handler)
LogAnalyticsAsyncget all common field with specified display name and description
listFields in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListLabelPrioritiesResponse> listLabelPriorities(ListLabelPrioritiesRequest request, com.oracle.bmc.responses.AsyncHandler<ListLabelPrioritiesRequest,ListLabelPrioritiesResponse> handler)
LogAnalyticsAsyncget list of priorities
listLabelPriorities in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListLabelSourceDetailsResponse> listLabelSourceDetails(ListLabelSourceDetailsRequest request, com.oracle.bmc.responses.AsyncHandler<ListLabelSourceDetailsRequest,ListLabelSourceDetailsResponse> handler)
LogAnalyticsAsyncget details of sources using the label
listLabelSourceDetails in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListLabelsResponse> listLabels(ListLabelsRequest request, com.oracle.bmc.responses.AsyncHandler<ListLabelsRequest,ListLabelsResponse> handler)
LogAnalyticsAsyncget labels passing specified filter
listLabels in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListLogAnalyticsEntitiesResponse> listLogAnalyticsEntities(ListLogAnalyticsEntitiesRequest request, com.oracle.bmc.responses.AsyncHandler<ListLogAnalyticsEntitiesRequest,ListLogAnalyticsEntitiesResponse> handler)
LogAnalyticsAsyncReturn a list of log analytics entities.
listLogAnalyticsEntities in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListLogAnalyticsEntityTypesResponse> listLogAnalyticsEntityTypes(ListLogAnalyticsEntityTypesRequest request, com.oracle.bmc.responses.AsyncHandler<ListLogAnalyticsEntityTypesRequest,ListLogAnalyticsEntityTypesResponse> handler)
LogAnalyticsAsyncReturn a list of log analytics entity types.
listLogAnalyticsEntityTypes in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListLogAnalyticsLogGroupsResponse> listLogAnalyticsLogGroups(ListLogAnalyticsLogGroupsRequest request, com.oracle.bmc.responses.AsyncHandler<ListLogAnalyticsLogGroupsRequest,ListLogAnalyticsLogGroupsResponse> handler)
LogAnalyticsAsyncReturns a list of Log-Analytics groups.
listLogAnalyticsLogGroups in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListLogAnalyticsObjectCollectionRulesResponse> listLogAnalyticsObjectCollectionRules(ListLogAnalyticsObjectCollectionRulesRequest request, com.oracle.bmc.responses.AsyncHandler<ListLogAnalyticsObjectCollectionRulesRequest,ListLogAnalyticsObjectCollectionRulesResponse> handler)
LogAnalyticsAsyncGets list of collection rules.
listLogAnalyticsObjectCollectionRules in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListLookupsResponse> listLookups(ListLookupsRequest request, com.oracle.bmc.responses.AsyncHandler<ListLookupsRequest,ListLookupsResponse> handler)
LogAnalyticsAsyncObtains a list of lookups. The list is filtered according to the filter criteria specified by the user, and sorted according to the ordering criteria specified.
listLookups in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListMetaSourceTypesResponse> listMetaSourceTypes(ListMetaSourceTypesRequest request, com.oracle.bmc.responses.AsyncHandler<ListMetaSourceTypesRequest,ListMetaSourceTypesResponse> handler)
LogAnalyticsAsyncget all meta source types
listMetaSourceTypes in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListNamespacesResponse> listNamespaces(ListNamespacesRequest request, com.oracle.bmc.responses.AsyncHandler<ListNamespacesRequest,ListNamespacesResponse> handler)
LogAnalyticsAsyncGiven a tenancy OCID, this API returns the namespace of the tenancy if it is valid and subscribed to the region. The result also indicates if the tenancy is onboarded with Logging Analytics.
listNamespaces in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListParserFunctionsResponse> listParserFunctions(ListParserFunctionsRequest request, com.oracle.bmc.responses.AsyncHandler<ListParserFunctionsRequest,ListParserFunctionsResponse> handler)
LogAnalyticsAsyncget pre-process plugin instance
listParserFunctions in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListParserMetaPluginsResponse> listParserMetaPlugins(ListParserMetaPluginsRequest request, com.oracle.bmc.responses.AsyncHandler<ListParserMetaPluginsRequest,ListParserMetaPluginsResponse> handler)
LogAnalyticsAsyncget pre-process Meta plugins
listParserMetaPlugins in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListParsersResponse> listParsers(ListParsersRequest request, com.oracle.bmc.responses.AsyncHandler<ListParsersRequest,ListParsersResponse> handler)
LogAnalyticsAsyncList parsers passing specified filter
listParsers in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListQueryWorkRequestsResponse> listQueryWorkRequests(ListQueryWorkRequestsRequest request, com.oracle.bmc.responses.AsyncHandler<ListQueryWorkRequestsRequest,ListQueryWorkRequestsResponse> handler)
LogAnalyticsAsyncList active asynchronous queries.
listQueryWorkRequests in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListRecalledDataResponse> listRecalledData(ListRecalledDataRequest request, com.oracle.bmc.responses.AsyncHandler<ListRecalledDataRequest,ListRecalledDataResponse> handler)
LogAnalyticsAsyncThis API returns the list of recalled data of a tenancy.
listRecalledData in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListScheduledTasksResponse> listScheduledTasks(ListScheduledTasksRequest request, com.oracle.bmc.responses.AsyncHandler<ListScheduledTasksRequest,ListScheduledTasksResponse> handler)
LogAnalyticsAsyncLists scheduled tasks.
listScheduledTasks in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListSourceAssociationsResponse> listSourceAssociations(ListSourceAssociationsRequest request, com.oracle.bmc.responses.AsyncHandler<ListSourceAssociationsRequest,ListSourceAssociationsResponse> handler)
LogAnalyticsAsyncassociation summary by source
listSourceAssociations in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListSourceExtendedFieldDefinitionsResponse> listSourceExtendedFieldDefinitions(ListSourceExtendedFieldDefinitionsRequest request, com.oracle.bmc.responses.AsyncHandler<ListSourceExtendedFieldDefinitionsRequest,ListSourceExtendedFieldDefinitionsResponse> handler)
LogAnalyticsAsyncget source extended fields for source with specified Id
listSourceExtendedFieldDefinitions in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListSourceLabelOperatorsResponse> listSourceLabelOperators(ListSourceLabelOperatorsRequest request, com.oracle.bmc.responses.AsyncHandler<ListSourceLabelOperatorsRequest,ListSourceLabelOperatorsResponse> handler)
LogAnalyticsAsynclist source label operators
listSourceLabelOperators in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListSourceMetaFunctionsResponse> listSourceMetaFunctions(ListSourceMetaFunctionsRequest request, com.oracle.bmc.responses.AsyncHandler<ListSourceMetaFunctionsRequest,ListSourceMetaFunctionsResponse> handler)
LogAnalyticsAsyncget source meta functions
listSourceMetaFunctions in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListSourcePatternsResponse> listSourcePatterns(ListSourcePatternsRequest request, com.oracle.bmc.responses.AsyncHandler<ListSourcePatternsRequest,ListSourcePatternsResponse> handler)
LogAnalyticsAsyncget source patterns for source with specified Id
listSourcePatterns in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListSourcesResponse> listSources(ListSourcesRequest request, com.oracle.bmc.responses.AsyncHandler<ListSourcesRequest,ListSourcesResponse> handler)
LogAnalyticsAsyncsource list
listSources in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListStorageWorkRequestErrorsResponse> listStorageWorkRequestErrors(ListStorageWorkRequestErrorsRequest request, com.oracle.bmc.responses.AsyncHandler<ListStorageWorkRequestErrorsRequest,ListStorageWorkRequestErrorsResponse> handler)
LogAnalyticsAsyncThis API returns the list of work request errors if any.
listStorageWorkRequestErrors in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListStorageWorkRequestsResponse> listStorageWorkRequests(ListStorageWorkRequestsRequest request, com.oracle.bmc.responses.AsyncHandler<ListStorageWorkRequestsRequest,ListStorageWorkRequestsResponse> handler)
LogAnalyticsAsyncThis API lists storage work requests. Use query parameters to narrow down or sort the result list.
listStorageWorkRequests in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListSupportedCharEncodingsResponse> listSupportedCharEncodings(ListSupportedCharEncodingsRequest request, com.oracle.bmc.responses.AsyncHandler<ListSupportedCharEncodingsRequest,ListSupportedCharEncodingsResponse> handler)
LogAnalyticsAsyncGets list of character encodings which are supported by on-demand upload.
listSupportedCharEncodings in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListSupportedTimezonesResponse> listSupportedTimezones(ListSupportedTimezonesRequest request, com.oracle.bmc.responses.AsyncHandler<ListSupportedTimezonesRequest,ListSupportedTimezonesResponse> handler)
LogAnalyticsAsyncGets list of timezones which are supported by on-demand upload.
listSupportedTimezones in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListUploadFilesResponse> listUploadFiles(ListUploadFilesRequest request, com.oracle.bmc.responses.AsyncHandler<ListUploadFilesRequest,ListUploadFilesResponse> handler)
LogAnalyticsAsyncGets list of files in an upload along with its processing state.
listUploadFiles in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListUploadWarningsResponse> listUploadWarnings(ListUploadWarningsRequest request, com.oracle.bmc.responses.AsyncHandler<ListUploadWarningsRequest,ListUploadWarningsResponse> handler)
LogAnalyticsAsyncGets list of warnings in an upload caused by incorrect configuration.
listUploadWarnings in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListUploadsResponse> listUploads(ListUploadsRequest request, com.oracle.bmc.responses.AsyncHandler<ListUploadsRequest,ListUploadsResponse> handler)
LogAnalyticsAsyncGets a list of all On-demand uploads. To use this and other API operations, you must be authorized in an IAM policy.
listUploads in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListWarningsResponse> listWarnings(ListWarningsRequest request, com.oracle.bmc.responses.AsyncHandler<ListWarningsRequest,ListWarningsResponse> handler)
LogAnalyticsAsyncObtains a list of warnings. The list is filtered according to the filter criteria specified by the user, and sorted according to the ordering criteria specified.
listWarnings in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListWorkRequestErrorsResponse> listWorkRequestErrors(ListWorkRequestErrorsRequest request, com.oracle.bmc.responses.AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
LogAnalyticsAsyncReturn a (paginated) list of errors for a given work request.
listWorkRequestErrors in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListWorkRequestLogsResponse> listWorkRequestLogs(ListWorkRequestLogsRequest request, com.oracle.bmc.responses.AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
LogAnalyticsAsyncReturn a (paginated) list of logs for a given work request.
listWorkRequestLogs in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ListWorkRequestsResponse> listWorkRequests(ListWorkRequestsRequest request, com.oracle.bmc.responses.AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
LogAnalyticsAsyncLists the work requests in a compartment.
listWorkRequests in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<OffboardNamespaceResponse> offboardNamespace(OffboardNamespaceRequest request, com.oracle.bmc.responses.AsyncHandler<OffboardNamespaceRequest,OffboardNamespaceResponse> handler)
LogAnalyticsAsyncOff-boards a tenant from Logging Analytics
offboardNamespace in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<OnboardNamespaceResponse> onboardNamespace(OnboardNamespaceRequest request, com.oracle.bmc.responses.AsyncHandler<OnboardNamespaceRequest,OnboardNamespaceResponse> handler)
LogAnalyticsAsyncOn-boards a tenant to Logging Analytics.
onboardNamespace in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ParseQueryResponse> parseQuery(ParseQueryRequest request, com.oracle.bmc.responses.AsyncHandler<ParseQueryRequest,ParseQueryResponse> handler)
LogAnalyticsAsyncDescribe query
parseQuery in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<PauseScheduledTaskResponse> pauseScheduledTask(PauseScheduledTaskRequest request, com.oracle.bmc.responses.AsyncHandler<PauseScheduledTaskRequest,PauseScheduledTaskResponse> handler)
LogAnalyticsAsyncPause the scheduled task specified by {scheduledTaskId}.
pauseScheduledTask in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<PurgeStorageDataResponse> purgeStorageData(PurgeStorageDataRequest request, com.oracle.bmc.responses.AsyncHandler<PurgeStorageDataRequest,PurgeStorageDataResponse> handler)
LogAnalyticsAsyncThis API submits a work request to purge data. Only data from log groups that the user has permission to delete will be purged. To purge all data, the user must have permission to all log groups.
purgeStorageData in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<PutQueryWorkRequestBackgroundResponse> putQueryWorkRequestBackground(PutQueryWorkRequestBackgroundRequest request, com.oracle.bmc.responses.AsyncHandler<PutQueryWorkRequestBackgroundRequest,PutQueryWorkRequestBackgroundResponse> handler)
LogAnalyticsAsyncPut the work request specified by {workRequestId} into the background. Backgrounded queries will preserve query results on query completion for up to 7 days for recall. After 7 days the results and query expire.
putQueryWorkRequestBackground in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<QueryResponse> query(QueryRequest request, com.oracle.bmc.responses.AsyncHandler<QueryRequest,QueryResponse> handler)
LogAnalyticsAsyncPerforms a log analytics search, if shouldRunAsync is false returns the query results once they become available subject to 60 second timeout. If a query is subject to exceed that time then it should be run asynchronously. Asynchronous query submissions return the queryWorkRequestId to use for execution tracking, query submission lifecycle actions and to poll for query results.
query in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<RecallArchivedDataResponse> recallArchivedData(RecallArchivedDataRequest request, com.oracle.bmc.responses.AsyncHandler<RecallArchivedDataRequest,RecallArchivedDataResponse> handler)
LogAnalyticsAsyncThis API submits a work request to recall archived data based on time interval and data type.
recallArchivedData in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<RegisterLookupResponse> registerLookup(RegisterLookupRequest request, com.oracle.bmc.responses.AsyncHandler<RegisterLookupRequest,RegisterLookupResponse> handler)
LogAnalyticsAsyncregister lookup
registerLookup in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ReleaseRecalledDataResponse> releaseRecalledData(ReleaseRecalledDataRequest request, com.oracle.bmc.responses.AsyncHandler<ReleaseRecalledDataRequest,ReleaseRecalledDataResponse> handler)
LogAnalyticsAsyncThis API submits a work request to release recalled data based on time interval and data type.
releaseRecalledData in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<RemoveEntityAssociationsResponse> removeEntityAssociations(RemoveEntityAssociationsRequest request, com.oracle.bmc.responses.AsyncHandler<RemoveEntityAssociationsRequest,RemoveEntityAssociationsResponse> handler)
LogAnalyticsAsyncDelete association between input source log analytics entity and destination entities.
removeEntityAssociations in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ResumeScheduledTaskResponse> resumeScheduledTask(ResumeScheduledTaskRequest request, com.oracle.bmc.responses.AsyncHandler<ResumeScheduledTaskRequest,ResumeScheduledTaskResponse> handler)
LogAnalyticsAsyncResume the scheduled task specified by {scheduledTaskId}.
resumeScheduledTask in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<RunResponse> run(RunRequest request, com.oracle.bmc.responses.AsyncHandler<RunRequest,RunResponse> handler)
LogAnalyticsAsyncExecute the saved search acceleration task in the foreground. The ScheduledTask taskType must be ACCELERATION. Optionally specify time range (timeStart and timeEnd). The default is all time.
run in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<SuggestResponse> suggest(SuggestRequest request, com.oracle.bmc.responses.AsyncHandler<SuggestRequest,SuggestResponse> handler)
LogAnalyticsAsyncReturns a context specific list of either commands, fields, or values to append to the end of the specified query string if applicable.
suggest in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<SuppressWarningResponse> suppressWarning(SuppressWarningRequest request, com.oracle.bmc.responses.AsyncHandler<SuppressWarningRequest,SuppressWarningResponse> handler)
LogAnalyticsAsyncAccepts a list of warnings. Any unsuppressed warnings in the input list will be suppressed. Warnings in the input list which are already suppressed will not be modified.
suppressWarning in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<TestParserResponse> testParser(TestParserRequest request, com.oracle.bmc.responses.AsyncHandler<TestParserRequest,TestParserResponse> handler)
LogAnalyticsAsynctest parser
testParser in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UnsuppressWarningResponse> unsuppressWarning(UnsuppressWarningRequest request, com.oracle.bmc.responses.AsyncHandler<UnsuppressWarningRequest,UnsuppressWarningResponse> handler)
LogAnalyticsAsyncAccepts a list of warnings. Any suppressed warnings in the input list will be unsuppressed. Warnings in the input list which are unsuppressed will not be modified.
unsuppressWarning in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpdateLogAnalyticsEntityResponse> updateLogAnalyticsEntity(UpdateLogAnalyticsEntityRequest request, com.oracle.bmc.responses.AsyncHandler<UpdateLogAnalyticsEntityRequest,UpdateLogAnalyticsEntityResponse> handler)
LogAnalyticsAsyncUpdate the log analytics entity with the given id.
updateLogAnalyticsEntity in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpdateLogAnalyticsEntityTypeResponse> updateLogAnalyticsEntityType(UpdateLogAnalyticsEntityTypeRequest request, com.oracle.bmc.responses.AsyncHandler<UpdateLogAnalyticsEntityTypeRequest,UpdateLogAnalyticsEntityTypeResponse> handler)
LogAnalyticsAsyncUpdate custom log analytics entity type. Out of box entity types cannot be udpated.
updateLogAnalyticsEntityType in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpdateLogAnalyticsLogGroupResponse> updateLogAnalyticsLogGroup(UpdateLogAnalyticsLogGroupRequest request, com.oracle.bmc.responses.AsyncHandler<UpdateLogAnalyticsLogGroupRequest,UpdateLogAnalyticsLogGroupResponse> handler)
LogAnalyticsAsyncUpdates the Log-Analytics group with the given id.
updateLogAnalyticsLogGroup in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpdateLogAnalyticsObjectCollectionRuleResponse> updateLogAnalyticsObjectCollectionRule(UpdateLogAnalyticsObjectCollectionRuleRequest request, com.oracle.bmc.responses.AsyncHandler<UpdateLogAnalyticsObjectCollectionRuleRequest,UpdateLogAnalyticsObjectCollectionRuleResponse> handler)
LogAnalyticsAsyncUpdates configuration of the object collection rule for the given id.
updateLogAnalyticsObjectCollectionRule in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpdateLookupResponse> updateLookup(UpdateLookupRequest request, com.oracle.bmc.responses.AsyncHandler<UpdateLookupRequest,UpdateLookupResponse> handler)
LogAnalyticsAsyncUpdates the metadata of the specified lookup, such as the lookup description.
updateLookup in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpdateLookupDataResponse> updateLookupData(UpdateLookupDataRequest request, com.oracle.bmc.responses.AsyncHandler<UpdateLookupDataRequest,UpdateLookupDataResponse> handler)
LogAnalyticsAsyncUpdates the specified lookup with the details provided. This API will not update lookup metadata (such as lookup description).
updateLookupData in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpdateScheduledTaskResponse> updateScheduledTask(UpdateScheduledTaskRequest request, com.oracle.bmc.responses.AsyncHandler<UpdateScheduledTaskRequest,UpdateScheduledTaskResponse> handler)
LogAnalyticsAsyncUpdate the scheduled task. Schedules may be updated only for taskType SAVED_SEARCH and PURGE.
updateScheduledTask in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpdateStorageResponse> updateStorage(UpdateStorageRequest request, com.oracle.bmc.responses.AsyncHandler<UpdateStorageRequest,UpdateStorageResponse> handler)
LogAnalyticsAsyncThis API updates the archiving configuration
updateStorage in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UploadLogFileResponse> uploadLogFile(UploadLogFileRequest request, com.oracle.bmc.responses.AsyncHandler<UploadLogFileRequest,UploadLogFileResponse> handler)
LogAnalyticsAsyncAccepts log data for processing by Logging Analytics.
uploadLogFile in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpsertAssociationsResponse> upsertAssociations(UpsertAssociationsRequest request, com.oracle.bmc.responses.AsyncHandler<UpsertAssociationsRequest,UpsertAssociationsResponse> handler)
LogAnalyticsAsynccreate or update associations for a source
upsertAssociations in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpsertFieldResponse> upsertField(UpsertFieldRequest request, com.oracle.bmc.responses.AsyncHandler<UpsertFieldRequest,UpsertFieldResponse> handler)
LogAnalyticsAsyncDefines or update a field.
upsertField in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpsertLabelResponse> upsertLabel(UpsertLabelRequest request, com.oracle.bmc.responses.AsyncHandler<UpsertLabelRequest,UpsertLabelResponse> handler)
LogAnalyticsAsyncDefine or update a label.
upsertLabel in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpsertParserResponse> upsertParser(UpsertParserRequest request, com.oracle.bmc.responses.AsyncHandler<UpsertParserRequest,UpsertParserResponse> handler)
LogAnalyticsAsyncDefine or update parser
upsertParser in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<UpsertSourceResponse> upsertSource(UpsertSourceRequest request, com.oracle.bmc.responses.AsyncHandler<UpsertSourceRequest,UpsertSourceResponse> handler)
LogAnalyticsAsyncDefine or update a source
upsertSource in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ValidateAssociationParametersResponse> validateAssociationParameters(ValidateAssociationParametersRequest request, com.oracle.bmc.responses.AsyncHandler<ValidateAssociationParametersRequest,ValidateAssociationParametersResponse> handler)
LogAnalyticsAsyncassociation parameter validation
validateAssociationParameters in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ValidateFileResponse> validateFile(ValidateFileRequest request, com.oracle.bmc.responses.AsyncHandler<ValidateFileRequest,ValidateFileResponse> handler)
LogAnalyticsAsyncValidates a log file to check whether it is eligible to be uploaded or not.
validateFile in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ValidateSourceResponse> validateSource(ValidateSourceRequest request, com.oracle.bmc.responses.AsyncHandler<ValidateSourceRequest,ValidateSourceResponse> handler)
LogAnalyticsAsyncPre-define or update a source
validateSource in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ValidateSourceExtendedFieldDetailsResponse> validateSourceExtendedFieldDetails(ValidateSourceExtendedFieldDetailsRequest request, com.oracle.bmc.responses.AsyncHandler<ValidateSourceExtendedFieldDetailsRequest,ValidateSourceExtendedFieldDetailsResponse> handler)
LogAnalyticsAsynctest extended fields
validateSourceExtendedFieldDetails in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.public Future<ValidateSourceMappingResponse> validateSourceMapping(ValidateSourceMappingRequest request, com.oracle.bmc.responses.AsyncHandler<ValidateSourceMappingRequest,ValidateSourceMappingResponse> handler)
LogAnalyticsAsyncValidates the source mapping for a given file and provides match status and the parsed representation of log data.
validateSourceMapping in interface LogAnalyticsAsyncrequest - The request object containing the details to sendhandler - The request handler to invoke upon completion, may be null.Copyright © 2016–2021. All rights reserved.