@Generated(value="OracleSDKGenerator", comments="API Version: 20210330") public interface StackMonitoringAsync extends AutoCloseable
Stack Monitoring API.
close
void refreshClient()
Rebuilds the client from scratch. Useful to refresh certificates.
void setEndpoint(String endpoint)
Sets the endpoint to call (ex, https://www.example.com).
endpoint
- The endpoint of the serice.String getEndpoint()
Gets the set endpoint for REST call (ex, https://www.example.com)
void setRegion(Region region)
Sets 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.
region
- The region of the service.void setRegion(String regionId)
Sets 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
.
regionId
- The public region ID.void useRealmSpecificEndpointTemplate(boolean realmSpecificEndpointTemplateEnabled)
Determines whether realm specific endpoint should be used or not. Set realmSpecificEndpointTemplateEnabled to “true” if the user wants to enable use of realm specific endpoint template, otherwise set it to “false”
realmSpecificEndpointTemplateEnabled
- flag to enable the use of realm specific endpoint
templateFuture<AssociateMonitoredResourcesResponse> associateMonitoredResources(AssociateMonitoredResourcesRequest request, AsyncHandler<AssociateMonitoredResourcesRequest,AssociateMonitoredResourcesResponse> handler)
Create an association between two monitored resources. Associations can be created between resources from different compartments as long they are in same tenancy. User should have required access in both the compartments.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ChangeConfigCompartmentResponse> changeConfigCompartment(ChangeConfigCompartmentRequest request, AsyncHandler<ChangeConfigCompartmentRequest,ChangeConfigCompartmentResponse> handler)
Moves the configuration item to another compartment. Basically, this will disable any configuration for this configuration type in thie compartment, and will enable it in the new one.
For example, if for a HOST resource type, the configuration with AUTO_PROMOTE in the configuration type and TRUE as value is moved, automatic discovery will not take place in this compartment any more, but in the new one.
So this operation will have the same effect as deleting the configuration item in the old compartment and recreating it in another compartment.
When provided, If-Match is checked against ETag values of the resource.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ChangeMetricExtensionCompartmentResponse> changeMetricExtensionCompartment(ChangeMetricExtensionCompartmentRequest request, AsyncHandler<ChangeMetricExtensionCompartmentRequest,ChangeMetricExtensionCompartmentResponse> handler)
Moves a Metric Extension resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ChangeMonitoredResourceCompartmentResponse> changeMonitoredResourceCompartment(ChangeMonitoredResourceCompartmentRequest request, AsyncHandler<ChangeMonitoredResourceCompartmentRequest,ChangeMonitoredResourceCompartmentResponse> handler)
Moves a monitored resource from one compartment to another. When provided, If-Match is checked against ETag values of the resource.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ChangeMonitoredResourceTaskCompartmentResponse> changeMonitoredResourceTaskCompartment(ChangeMonitoredResourceTaskCompartmentRequest request, AsyncHandler<ChangeMonitoredResourceTaskCompartmentRequest,ChangeMonitoredResourceTaskCompartmentResponse> handler)
Moves a stack monitoring resource task from one compartment to another.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ChangeProcessSetCompartmentResponse> changeProcessSetCompartment(ChangeProcessSetCompartmentRequest request, AsyncHandler<ChangeProcessSetCompartmentRequest,ChangeProcessSetCompartmentResponse> handler)
Moves a ProcessSet resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateBaselineableMetricResponse> createBaselineableMetric(CreateBaselineableMetricRequest request, AsyncHandler<CreateBaselineableMetricRequest,CreateBaselineableMetricResponse> handler)
Creates the specified Baseline-able metric
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateConfigResponse> createConfig(CreateConfigRequest request, AsyncHandler<CreateConfigRequest,CreateConfigResponse> handler)
Creates a configuration item, for example to define whether resources of a specific type should be discovered automatically.
For example, when a new Management Agent gets registered in a certain compartment, this Management Agent can potentially get promoted to a HOST resource. The configuration item will determine if HOST resources in the selected compartment will be discovered automatically.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateDiscoveryJobResponse> createDiscoveryJob(CreateDiscoveryJobRequest request, AsyncHandler<CreateDiscoveryJobRequest,CreateDiscoveryJobResponse> handler)
API to create discovery Job and submit discovery Details to agent.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateMaintenanceWindowResponse> createMaintenanceWindow(CreateMaintenanceWindowRequest request, AsyncHandler<CreateMaintenanceWindowRequest,CreateMaintenanceWindowResponse> handler)
Creates a new Maintenance Window for the given resources. It will create also the Alarms Suppression for each alarm that the resource migth trigger.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateMetricExtensionResponse> createMetricExtension(CreateMetricExtensionRequest request, AsyncHandler<CreateMetricExtensionRequest,CreateMetricExtensionResponse> handler)
Creates a new metric extension resource for a given compartment
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateMonitoredResourceResponse> createMonitoredResource(CreateMonitoredResourceRequest request, AsyncHandler<CreateMonitoredResourceRequest,CreateMonitoredResourceResponse> handler)
Creates a new monitored resource for the given resource type with the details and submits a work request for promoting the resource to agent. Once the resource is successfully added to agent, resource state will be marked active.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateMonitoredResourceTaskResponse> createMonitoredResourceTask(CreateMonitoredResourceTaskRequest request, AsyncHandler<CreateMonitoredResourceTaskRequest,CreateMonitoredResourceTaskResponse> handler)
Create a new stack monitoring resource task.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateMonitoredResourceTypeResponse> createMonitoredResourceType(CreateMonitoredResourceTypeRequest request, AsyncHandler<CreateMonitoredResourceTypeRequest,CreateMonitoredResourceTypeResponse> handler)
Creates a new monitored resource type.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<CreateProcessSetResponse> createProcessSet(CreateProcessSetRequest request, AsyncHandler<CreateProcessSetRequest,CreateProcessSetResponse> handler)
API to create Process Set.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteBaselineableMetricResponse> deleteBaselineableMetric(DeleteBaselineableMetricRequest request, AsyncHandler<DeleteBaselineableMetricRequest,DeleteBaselineableMetricResponse> handler)
Deletes the Baseline-able metric for the given id
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteConfigResponse> deleteConfig(DeleteConfigRequest request, AsyncHandler<DeleteConfigRequest,DeleteConfigResponse> handler)
Deletes a configuration identified by the id.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteDiscoveryJobResponse> deleteDiscoveryJob(DeleteDiscoveryJobRequest request, AsyncHandler<DeleteDiscoveryJobRequest,DeleteDiscoveryJobResponse> handler)
Deletes a DiscoveryJob by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteMaintenanceWindowResponse> deleteMaintenanceWindow(DeleteMaintenanceWindowRequest request, AsyncHandler<DeleteMaintenanceWindowRequest,DeleteMaintenanceWindowResponse> handler)
Deletes a maintenance window by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteMetricExtensionResponse> deleteMetricExtension(DeleteMetricExtensionRequest request, AsyncHandler<DeleteMetricExtensionRequest,DeleteMetricExtensionResponse> handler)
Deletes a metric extension by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteMonitoredResourceResponse> deleteMonitoredResource(DeleteMonitoredResourceRequest request, AsyncHandler<DeleteMonitoredResourceRequest,DeleteMonitoredResourceResponse> handler)
Delete monitored resource by the given identifier OCID. By default, only the specified resource is deleted. If the parameter ‘isDeleteMembers’ is set to true, then the member resources will be deleted too. If the operation fails partially, the deleted entries will not be rolled back.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteMonitoredResourceTypeResponse> deleteMonitoredResourceType(DeleteMonitoredResourceTypeRequest request, AsyncHandler<DeleteMonitoredResourceTypeRequest,DeleteMonitoredResourceTypeResponse> handler)
Deletes a monitored resource type by identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DeleteProcessSetResponse> deleteProcessSet(DeleteProcessSetRequest request, AsyncHandler<DeleteProcessSetRequest,DeleteProcessSetResponse> handler)
Deletes a Process Set
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DisableExternalDatabaseResponse> disableExternalDatabase(DisableExternalDatabaseRequest request, AsyncHandler<DisableExternalDatabaseRequest,DisableExternalDatabaseResponse> handler)
Disable external database resource monitoring. All the references in DBaaS, DBM and resource service will be deleted as part of this operation.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DisableMetricExtensionResponse> disableMetricExtension(DisableMetricExtensionRequest request, AsyncHandler<DisableMetricExtensionRequest,DisableMetricExtensionResponse> handler)
Submits a request to disable matching metric extension Id for the given Resource IDs
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<DisassociateMonitoredResourcesResponse> disassociateMonitoredResources(DisassociateMonitoredResourcesRequest request, AsyncHandler<DisassociateMonitoredResourcesRequest,DisassociateMonitoredResourcesResponse> handler)
Removes associations between two monitored resources.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<EnableMetricExtensionResponse> enableMetricExtension(EnableMetricExtensionRequest request, AsyncHandler<EnableMetricExtensionRequest,EnableMetricExtensionResponse> handler)
Submits a request to enable matching metric extension Id for the given Resource IDs
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<EvaluateBaselineableMetricResponse> evaluateBaselineableMetric(EvaluateBaselineableMetricRequest request, AsyncHandler<EvaluateBaselineableMetricRequest,EvaluateBaselineableMetricResponse> handler)
Evaluates metric for anomalies for the given data points
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ExportMetricExtensionResponse> exportMetricExtension(ExportMetricExtensionRequest request, AsyncHandler<ExportMetricExtensionRequest,ExportMetricExtensionResponse> handler)
Export generates a template used to create new metric extension resources similar to matching metric extension id. Response is a file that contains metric extension definition with placeholders for fields to be changed.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetBaselineableMetricResponse> getBaselineableMetric(GetBaselineableMetricRequest request, AsyncHandler<GetBaselineableMetricRequest,GetBaselineableMetricResponse> handler)
Get the Baseline-able metric for the given id
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetConfigResponse> getConfig(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResponse> handler)
Gets the details of a configuration.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetDiscoveryJobResponse> getDiscoveryJob(GetDiscoveryJobRequest request, AsyncHandler<GetDiscoveryJobRequest,GetDiscoveryJobResponse> handler)
API to get the details of discovery Job by identifier.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetMaintenanceWindowResponse> getMaintenanceWindow(GetMaintenanceWindowRequest request, AsyncHandler<GetMaintenanceWindowRequest,GetMaintenanceWindowResponse> handler)
Get maintenance window for the given identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetMetricExtensionResponse> getMetricExtension(GetMetricExtensionRequest request, AsyncHandler<GetMetricExtensionRequest,GetMetricExtensionResponse> handler)
Gets a Metric Extension by identifier
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetMonitoredResourceResponse> getMonitoredResource(GetMonitoredResourceRequest request, AsyncHandler<GetMonitoredResourceRequest,GetMonitoredResourceResponse> handler)
Get monitored resource for the given identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetMonitoredResourceTaskResponse> getMonitoredResourceTask(GetMonitoredResourceTaskRequest request, AsyncHandler<GetMonitoredResourceTaskRequest,GetMonitoredResourceTaskResponse> handler)
Gets stack monitoring resource task details by identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetMonitoredResourceTypeResponse> getMonitoredResourceType(GetMonitoredResourceTypeRequest request, AsyncHandler<GetMonitoredResourceTypeRequest,GetMonitoredResourceTypeResponse> handler)
Gets a monitored resource type by identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetProcessSetResponse> getProcessSet(GetProcessSetRequest request, AsyncHandler<GetProcessSetRequest,GetProcessSetResponse> handler)
API to get the details of a Process Set by identifier.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<GetWorkRequestResponse> getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
Gets the status of the work request with the given ID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListBaselineableMetricsResponse> listBaselineableMetrics(ListBaselineableMetricsRequest request, AsyncHandler<ListBaselineableMetricsRequest,ListBaselineableMetricsResponse> handler)
List of summary of baseline-able metrics for a given resource group if specified.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListConfigsResponse> listConfigs(ListConfigsRequest request, AsyncHandler<ListConfigsRequest,ListConfigsResponse> handler)
Get a list of configurations in a compartment.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListDiscoveryJobLogsResponse> listDiscoveryJobLogs(ListDiscoveryJobLogsRequest request, AsyncHandler<ListDiscoveryJobLogsRequest,ListDiscoveryJobLogsResponse> handler)
API to get all the logs of a Discovery Job.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListDiscoveryJobsResponse> listDiscoveryJobs(ListDiscoveryJobsRequest request, AsyncHandler<ListDiscoveryJobsRequest,ListDiscoveryJobsResponse> handler)
API to get the details of all Discovery Jobs.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListMaintenanceWindowsResponse> listMaintenanceWindows(ListMaintenanceWindowsRequest request, AsyncHandler<ListMaintenanceWindowsRequest,ListMaintenanceWindowsResponse> handler)
Returns a list of maintenance windows.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListMetricExtensionsResponse> listMetricExtensions(ListMetricExtensionsRequest request, AsyncHandler<ListMetricExtensionsRequest,ListMetricExtensionsResponse> handler)
Returns a list of metric extensions
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListMonitoredResourceTasksResponse> listMonitoredResourceTasks(ListMonitoredResourceTasksRequest request, AsyncHandler<ListMonitoredResourceTasksRequest,ListMonitoredResourceTasksResponse> handler)
Returns a list of stack monitoring resource tasks in the compartment.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListMonitoredResourceTypesResponse> listMonitoredResourceTypes(ListMonitoredResourceTypesRequest request, AsyncHandler<ListMonitoredResourceTypesRequest,ListMonitoredResourceTypesResponse> handler)
Returns list of resource types accessible to the customer. There are two types of resource types - System resource types and User resource types. System resource types are available out of the box in the stack monitoring resource service and are accessible to all the tenant users. User resource types are created in the context of a tenancy and are visible only for the tenancy. By default, both System resource types and User resource types are returned.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListMonitoredResourcesResponse> listMonitoredResources(ListMonitoredResourcesRequest request, AsyncHandler<ListMonitoredResourcesRequest,ListMonitoredResourcesResponse> handler)
Returns a list of monitored resources.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListProcessSetsResponse> listProcessSets(ListProcessSetsRequest request, AsyncHandler<ListProcessSetsRequest,ListProcessSetsResponse> handler)
API to get the details of all Process Sets.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListWorkRequestErrorsResponse> listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
Return a (paginated) list of errors for a given work request.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListWorkRequestLogsResponse> listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
Return a (paginated) list of logs for a given work request.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ListWorkRequestsResponse> listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
Lists the work requests in a compartment.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<ManageLicenseResponse> manageLicense(ManageLicenseRequest request, AsyncHandler<ManageLicenseRequest,ManageLicenseResponse> handler)
Each resource is assigned a license based on which features are enabled for it. User is charged differently based on license. Specify the license type to be updated for the parent resource in the topology. The license type value is propagated to the member resources as well. Member resource is a resource which has "contains" association with the resource.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<PublishMetricExtensionResponse> publishMetricExtension(PublishMetricExtensionRequest request, AsyncHandler<PublishMetricExtensionRequest,PublishMetricExtensionResponse> handler)
Publish the Metric Extension identified by the id
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<RequestMonitoredResourcesSummarizedCountResponse> requestMonitoredResourcesSummarizedCount(RequestMonitoredResourcesSummarizedCountRequest request, AsyncHandler<RequestMonitoredResourcesSummarizedCountRequest,RequestMonitoredResourcesSummarizedCountResponse> handler)
Gets resource count based on the aggregation criteria specified using "groupBy" parameter.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<RetryFailedMaintenanceWindowOperationResponse> retryFailedMaintenanceWindowOperation(RetryFailedMaintenanceWindowOperationRequest request, AsyncHandler<RetryFailedMaintenanceWindowOperationRequest,RetryFailedMaintenanceWindowOperationResponse> handler)
Retry the last failed operation. The operation failed will be the most recent one. It won’t apply for previous failed operations.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<SearchAssociatedResourcesResponse> searchAssociatedResources(SearchAssociatedResourcesRequest request, AsyncHandler<SearchAssociatedResourcesRequest,SearchAssociatedResourcesResponse> handler)
List all associated resources recursively up-to a specified level, for the monitored resources of type specified.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<SearchMonitoredResourceAssociationsResponse> searchMonitoredResourceAssociations(SearchMonitoredResourceAssociationsRequest request, AsyncHandler<SearchMonitoredResourceAssociationsRequest,SearchMonitoredResourceAssociationsResponse> handler)
Search associations in the given compartment based on the search criteria.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<SearchMonitoredResourceMembersResponse> searchMonitoredResourceMembers(SearchMonitoredResourceMembersRequest request, AsyncHandler<SearchMonitoredResourceMembersRequest,SearchMonitoredResourceMembersResponse> handler)
List the member resources for the given monitored resource identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<SearchMonitoredResourcesResponse> searchMonitoredResources(SearchMonitoredResourcesRequest request, AsyncHandler<SearchMonitoredResourcesRequest,SearchMonitoredResourcesResponse> handler)
Gets a list of all monitored resources in a compartment for the given search criteria.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<StopMaintenanceWindowResponse> stopMaintenanceWindow(StopMaintenanceWindowRequest request, AsyncHandler<StopMaintenanceWindowRequest,StopMaintenanceWindowResponse> handler)
Stop a maintenance window before the end time is reached.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<TestMetricExtensionResponse> testMetricExtension(TestMetricExtensionRequest request, AsyncHandler<TestMetricExtensionRequest,TestMetricExtensionResponse> handler)
Performs test of Metric Extension on a specific resource Id
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateAndPropagateTagsResponse> updateAndPropagateTags(UpdateAndPropagateTagsRequest request, AsyncHandler<UpdateAndPropagateTagsRequest,UpdateAndPropagateTagsResponse> handler)
Provided tags will be added or updated in the existing list of tags for the affected resources. Resources to be updated are identified based on association types specified. If association types not specified, then tags will be updated only for the resource identified by the given monitored resource identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateBaselineableMetricResponse> updateBaselineableMetric(UpdateBaselineableMetricRequest request, AsyncHandler<UpdateBaselineableMetricRequest,UpdateBaselineableMetricResponse> handler)
Updates the Baseline-able metric for the given id
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateConfigResponse> updateConfig(UpdateConfigRequest request, AsyncHandler<UpdateConfigRequest,UpdateConfigResponse> handler)
Updates the configuration identified by the id given.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateMaintenanceWindowResponse> updateMaintenanceWindow(UpdateMaintenanceWindowRequest request, AsyncHandler<UpdateMaintenanceWindowRequest,UpdateMaintenanceWindowResponse> handler)
Update maintenance window by the given identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateMetricExtensionResponse> updateMetricExtension(UpdateMetricExtensionRequest request, AsyncHandler<UpdateMetricExtensionRequest,UpdateMetricExtensionResponse> handler)
Updates the Metric Extension
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateMonitoredResourceResponse> updateMonitoredResource(UpdateMonitoredResourceRequest request, AsyncHandler<UpdateMonitoredResourceRequest,UpdateMonitoredResourceResponse> handler)
Update monitored resource by the given identifier OCID. Note that "properties" object, if specified, will entirely replace the existing object, as part this operation.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateMonitoredResourceTaskResponse> updateMonitoredResourceTask(UpdateMonitoredResourceTaskRequest request, AsyncHandler<UpdateMonitoredResourceTaskRequest,UpdateMonitoredResourceTaskResponse> handler)
Update stack monitoring resource task by the given identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateMonitoredResourceTypeResponse> updateMonitoredResourceType(UpdateMonitoredResourceTypeRequest request, AsyncHandler<UpdateMonitoredResourceTypeRequest,UpdateMonitoredResourceTypeResponse> handler)
Update the Monitored Resource Type identified by the identifier OCID.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Future<UpdateProcessSetResponse> updateProcessSet(UpdateProcessSetRequest request, AsyncHandler<UpdateProcessSetRequest,UpdateProcessSetResponse> handler)
API to update a Process Set identified by a given ocid.
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Copyright © 2016–2024. All rights reserved.