default AddWorkloadResponse |
ApplicationInsightsClient.addWorkload(Consumer<AddWorkloadRequest.Builder> addWorkloadRequest) |
Adds a workload to a component.
|
default AddWorkloadResponse |
ApplicationInsightsClient.addWorkload(AddWorkloadRequest addWorkloadRequest) |
Adds a workload to a component.
|
default CreateApplicationResponse |
ApplicationInsightsClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest) |
Adds an application that is created from a resource group.
|
default CreateApplicationResponse |
ApplicationInsightsClient.createApplication(CreateApplicationRequest createApplicationRequest) |
Adds an application that is created from a resource group.
|
default CreateComponentResponse |
ApplicationInsightsClient.createComponent(Consumer<CreateComponentRequest.Builder> createComponentRequest) |
Creates a custom component by grouping similar standalone instances to monitor.
|
default CreateComponentResponse |
ApplicationInsightsClient.createComponent(CreateComponentRequest createComponentRequest) |
Creates a custom component by grouping similar standalone instances to monitor.
|
default CreateLogPatternResponse |
ApplicationInsightsClient.createLogPattern(Consumer<CreateLogPatternRequest.Builder> createLogPatternRequest) |
Adds an log pattern to a LogPatternSet.
|
default CreateLogPatternResponse |
ApplicationInsightsClient.createLogPattern(CreateLogPatternRequest createLogPatternRequest) |
Adds an log pattern to a LogPatternSet.
|
default DeleteApplicationResponse |
ApplicationInsightsClient.deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest) |
Removes the specified application from monitoring.
|
default DeleteApplicationResponse |
ApplicationInsightsClient.deleteApplication(DeleteApplicationRequest deleteApplicationRequest) |
Removes the specified application from monitoring.
|
default DeleteComponentResponse |
ApplicationInsightsClient.deleteComponent(Consumer<DeleteComponentRequest.Builder> deleteComponentRequest) |
Ungroups a custom component.
|
default DeleteComponentResponse |
ApplicationInsightsClient.deleteComponent(DeleteComponentRequest deleteComponentRequest) |
Ungroups a custom component.
|
default DeleteLogPatternResponse |
ApplicationInsightsClient.deleteLogPattern(Consumer<DeleteLogPatternRequest.Builder> deleteLogPatternRequest) |
Removes the specified log pattern from a LogPatternSet.
|
default DeleteLogPatternResponse |
ApplicationInsightsClient.deleteLogPattern(DeleteLogPatternRequest deleteLogPatternRequest) |
Removes the specified log pattern from a LogPatternSet.
|
default DescribeApplicationResponse |
ApplicationInsightsClient.describeApplication(Consumer<DescribeApplicationRequest.Builder> describeApplicationRequest) |
Describes the application.
|
default DescribeApplicationResponse |
ApplicationInsightsClient.describeApplication(DescribeApplicationRequest describeApplicationRequest) |
Describes the application.
|
default DescribeComponentResponse |
ApplicationInsightsClient.describeComponent(Consumer<DescribeComponentRequest.Builder> describeComponentRequest) |
Describes a component and lists the resources that are grouped together in a component.
|
default DescribeComponentResponse |
ApplicationInsightsClient.describeComponent(DescribeComponentRequest describeComponentRequest) |
Describes a component and lists the resources that are grouped together in a component.
|
default DescribeComponentConfigurationResponse |
ApplicationInsightsClient.describeComponentConfiguration(Consumer<DescribeComponentConfigurationRequest.Builder> describeComponentConfigurationRequest) |
Describes the monitoring configuration of the component.
|
default DescribeComponentConfigurationResponse |
ApplicationInsightsClient.describeComponentConfiguration(DescribeComponentConfigurationRequest describeComponentConfigurationRequest) |
Describes the monitoring configuration of the component.
|
default DescribeComponentConfigurationRecommendationResponse |
ApplicationInsightsClient.describeComponentConfigurationRecommendation(Consumer<DescribeComponentConfigurationRecommendationRequest.Builder> describeComponentConfigurationRecommendationRequest) |
Describes the recommended monitoring configuration of the component.
|
default DescribeComponentConfigurationRecommendationResponse |
ApplicationInsightsClient.describeComponentConfigurationRecommendation(DescribeComponentConfigurationRecommendationRequest describeComponentConfigurationRecommendationRequest) |
Describes the recommended monitoring configuration of the component.
|
default DescribeLogPatternResponse |
ApplicationInsightsClient.describeLogPattern(Consumer<DescribeLogPatternRequest.Builder> describeLogPatternRequest) |
Describe a specific log pattern from a LogPatternSet.
|
default DescribeLogPatternResponse |
ApplicationInsightsClient.describeLogPattern(DescribeLogPatternRequest describeLogPatternRequest) |
Describe a specific log pattern from a LogPatternSet.
|
default DescribeObservationResponse |
ApplicationInsightsClient.describeObservation(Consumer<DescribeObservationRequest.Builder> describeObservationRequest) |
Describes an anomaly or error with the application.
|
default DescribeObservationResponse |
ApplicationInsightsClient.describeObservation(DescribeObservationRequest describeObservationRequest) |
Describes an anomaly or error with the application.
|
default DescribeProblemResponse |
ApplicationInsightsClient.describeProblem(Consumer<DescribeProblemRequest.Builder> describeProblemRequest) |
Describes an application problem.
|
default DescribeProblemResponse |
ApplicationInsightsClient.describeProblem(DescribeProblemRequest describeProblemRequest) |
Describes an application problem.
|
default DescribeProblemObservationsResponse |
ApplicationInsightsClient.describeProblemObservations(Consumer<DescribeProblemObservationsRequest.Builder> describeProblemObservationsRequest) |
Describes the anomalies or errors associated with the problem.
|
default DescribeProblemObservationsResponse |
ApplicationInsightsClient.describeProblemObservations(DescribeProblemObservationsRequest describeProblemObservationsRequest) |
Describes the anomalies or errors associated with the problem.
|
default DescribeWorkloadResponse |
ApplicationInsightsClient.describeWorkload(Consumer<DescribeWorkloadRequest.Builder> describeWorkloadRequest) |
Describes a workload and its configuration.
|
default DescribeWorkloadResponse |
ApplicationInsightsClient.describeWorkload(DescribeWorkloadRequest describeWorkloadRequest) |
Describes a workload and its configuration.
|
default ListApplicationsResponse |
ApplicationInsightsClient.listApplications(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) |
Lists the IDs of the applications that you are monitoring.
|
default ListApplicationsResponse |
ApplicationInsightsClient.listApplications(ListApplicationsRequest listApplicationsRequest) |
Lists the IDs of the applications that you are monitoring.
|
default ListApplicationsIterable |
ApplicationInsightsClient.listApplicationsPaginator(Consumer<ListApplicationsRequest.Builder> listApplicationsRequest) |
|
default ListApplicationsIterable |
ApplicationInsightsClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest) |
|
default ListComponentsResponse |
ApplicationInsightsClient.listComponents(Consumer<ListComponentsRequest.Builder> listComponentsRequest) |
Lists the auto-grouped, standalone, and custom components of the application.
|
default ListComponentsResponse |
ApplicationInsightsClient.listComponents(ListComponentsRequest listComponentsRequest) |
Lists the auto-grouped, standalone, and custom components of the application.
|
default ListComponentsIterable |
ApplicationInsightsClient.listComponentsPaginator(Consumer<ListComponentsRequest.Builder> listComponentsRequest) |
|
default ListComponentsIterable |
ApplicationInsightsClient.listComponentsPaginator(ListComponentsRequest listComponentsRequest) |
|
default ListConfigurationHistoryResponse |
ApplicationInsightsClient.listConfigurationHistory(Consumer<ListConfigurationHistoryRequest.Builder> listConfigurationHistoryRequest) |
Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights.
|
default ListConfigurationHistoryResponse |
ApplicationInsightsClient.listConfigurationHistory(ListConfigurationHistoryRequest listConfigurationHistoryRequest) |
Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights.
|
default ListConfigurationHistoryIterable |
ApplicationInsightsClient.listConfigurationHistoryPaginator(Consumer<ListConfigurationHistoryRequest.Builder> listConfigurationHistoryRequest) |
|
default ListConfigurationHistoryIterable |
ApplicationInsightsClient.listConfigurationHistoryPaginator(ListConfigurationHistoryRequest listConfigurationHistoryRequest) |
|
default ListLogPatternsResponse |
ApplicationInsightsClient.listLogPatterns(Consumer<ListLogPatternsRequest.Builder> listLogPatternsRequest) |
Lists the log patterns in the specific log LogPatternSet.
|
default ListLogPatternsResponse |
ApplicationInsightsClient.listLogPatterns(ListLogPatternsRequest listLogPatternsRequest) |
Lists the log patterns in the specific log LogPatternSet.
|
default ListLogPatternSetsResponse |
ApplicationInsightsClient.listLogPatternSets(Consumer<ListLogPatternSetsRequest.Builder> listLogPatternSetsRequest) |
Lists the log pattern sets in the specific application.
|
default ListLogPatternSetsResponse |
ApplicationInsightsClient.listLogPatternSets(ListLogPatternSetsRequest listLogPatternSetsRequest) |
Lists the log pattern sets in the specific application.
|
default ListLogPatternSetsIterable |
ApplicationInsightsClient.listLogPatternSetsPaginator(Consumer<ListLogPatternSetsRequest.Builder> listLogPatternSetsRequest) |
|
default ListLogPatternSetsIterable |
ApplicationInsightsClient.listLogPatternSetsPaginator(ListLogPatternSetsRequest listLogPatternSetsRequest) |
|
default ListLogPatternsIterable |
ApplicationInsightsClient.listLogPatternsPaginator(Consumer<ListLogPatternsRequest.Builder> listLogPatternsRequest) |
|
default ListLogPatternsIterable |
ApplicationInsightsClient.listLogPatternsPaginator(ListLogPatternsRequest listLogPatternsRequest) |
|
default ListProblemsResponse |
ApplicationInsightsClient.listProblems(Consumer<ListProblemsRequest.Builder> listProblemsRequest) |
Lists the problems with your application.
|
default ListProblemsResponse |
ApplicationInsightsClient.listProblems(ListProblemsRequest listProblemsRequest) |
Lists the problems with your application.
|
default ListProblemsIterable |
ApplicationInsightsClient.listProblemsPaginator(Consumer<ListProblemsRequest.Builder> listProblemsRequest) |
|
default ListProblemsIterable |
ApplicationInsightsClient.listProblemsPaginator(ListProblemsRequest listProblemsRequest) |
|
default ListTagsForResourceResponse |
ApplicationInsightsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) |
Retrieve a list of the tags (keys and values) that are associated with a specified application.
|
default ListTagsForResourceResponse |
ApplicationInsightsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) |
Retrieve a list of the tags (keys and values) that are associated with a specified application.
|
default ListWorkloadsResponse |
ApplicationInsightsClient.listWorkloads(Consumer<ListWorkloadsRequest.Builder> listWorkloadsRequest) |
Lists the workloads that are configured on a given component.
|
default ListWorkloadsResponse |
ApplicationInsightsClient.listWorkloads(ListWorkloadsRequest listWorkloadsRequest) |
Lists the workloads that are configured on a given component.
|
default ListWorkloadsIterable |
ApplicationInsightsClient.listWorkloadsPaginator(Consumer<ListWorkloadsRequest.Builder> listWorkloadsRequest) |
|
default ListWorkloadsIterable |
ApplicationInsightsClient.listWorkloadsPaginator(ListWorkloadsRequest listWorkloadsRequest) |
|
default RemoveWorkloadResponse |
ApplicationInsightsClient.removeWorkload(Consumer<RemoveWorkloadRequest.Builder> removeWorkloadRequest) |
Remove workload from a component.
|
default RemoveWorkloadResponse |
ApplicationInsightsClient.removeWorkload(RemoveWorkloadRequest removeWorkloadRequest) |
Remove workload from a component.
|
default TagResourceResponse |
ApplicationInsightsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) |
Add one or more tags (keys and values) to a specified application.
|
default TagResourceResponse |
ApplicationInsightsClient.tagResource(TagResourceRequest tagResourceRequest) |
Add one or more tags (keys and values) to a specified application.
|
default UntagResourceResponse |
ApplicationInsightsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) |
Remove one or more tags (keys and values) from a specified application.
|
default UntagResourceResponse |
ApplicationInsightsClient.untagResource(UntagResourceRequest untagResourceRequest) |
Remove one or more tags (keys and values) from a specified application.
|
default UpdateApplicationResponse |
ApplicationInsightsClient.updateApplication(Consumer<UpdateApplicationRequest.Builder> updateApplicationRequest) |
Updates the application.
|
default UpdateApplicationResponse |
ApplicationInsightsClient.updateApplication(UpdateApplicationRequest updateApplicationRequest) |
Updates the application.
|
default UpdateComponentResponse |
ApplicationInsightsClient.updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest) |
Updates the custom component name and/or the list of resources that make up the component.
|
default UpdateComponentResponse |
ApplicationInsightsClient.updateComponent(UpdateComponentRequest updateComponentRequest) |
Updates the custom component name and/or the list of resources that make up the component.
|
default UpdateComponentConfigurationResponse |
ApplicationInsightsClient.updateComponentConfiguration(Consumer<UpdateComponentConfigurationRequest.Builder> updateComponentConfigurationRequest) |
Updates the monitoring configurations for the component.
|
default UpdateComponentConfigurationResponse |
ApplicationInsightsClient.updateComponentConfiguration(UpdateComponentConfigurationRequest updateComponentConfigurationRequest) |
Updates the monitoring configurations for the component.
|
default UpdateLogPatternResponse |
ApplicationInsightsClient.updateLogPattern(Consumer<UpdateLogPatternRequest.Builder> updateLogPatternRequest) |
Adds a log pattern to a LogPatternSet.
|
default UpdateLogPatternResponse |
ApplicationInsightsClient.updateLogPattern(UpdateLogPatternRequest updateLogPatternRequest) |
Adds a log pattern to a LogPatternSet.
|
default UpdateProblemResponse |
ApplicationInsightsClient.updateProblem(Consumer<UpdateProblemRequest.Builder> updateProblemRequest) |
Updates the visibility of the problem or specifies the problem as RESOLVED.
|
default UpdateProblemResponse |
ApplicationInsightsClient.updateProblem(UpdateProblemRequest updateProblemRequest) |
Updates the visibility of the problem or specifies the problem as RESOLVED.
|
default UpdateWorkloadResponse |
ApplicationInsightsClient.updateWorkload(Consumer<UpdateWorkloadRequest.Builder> updateWorkloadRequest) |
Adds a workload to a component.
|
default UpdateWorkloadResponse |
ApplicationInsightsClient.updateWorkload(UpdateWorkloadRequest updateWorkloadRequest) |
Adds a workload to a component.
|