| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| Modifier and Type | Method and Description |
|---|---|
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 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)
Lists the IDs of the applications that you are monitoring.
|
default ListApplicationsIterable |
ApplicationInsightsClient.listApplicationsPaginator(ListApplicationsRequest listApplicationsRequest)
Lists the IDs of the applications that you are monitoring.
|
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)
Lists the auto-grouped, standalone, and custom components of the application.
|
default ListComponentsIterable |
ApplicationInsightsClient.listComponentsPaginator(ListComponentsRequest listComponentsRequest)
Lists the auto-grouped, standalone, and custom components of the application.
|
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)
Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights.
|
default ListConfigurationHistoryIterable |
ApplicationInsightsClient.listConfigurationHistoryPaginator(ListConfigurationHistoryRequest listConfigurationHistoryRequest)
Lists the INFO, WARN, and ERROR events for periodic configuration updates performed by Application Insights.
|
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)
Lists the log pattern sets in the specific application.
|
default ListLogPatternSetsIterable |
ApplicationInsightsClient.listLogPatternSetsPaginator(ListLogPatternSetsRequest listLogPatternSetsRequest)
Lists the log pattern sets in the specific application.
|
default ListLogPatternsIterable |
ApplicationInsightsClient.listLogPatternsPaginator(Consumer<ListLogPatternsRequest.Builder> listLogPatternsRequest)
Lists the log patterns in the specific log
LogPatternSet. |
default ListLogPatternsIterable |
ApplicationInsightsClient.listLogPatternsPaginator(ListLogPatternsRequest listLogPatternsRequest)
Lists the log patterns in the specific log
LogPatternSet. |
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)
Lists the problems with your application.
|
default ListProblemsIterable |
ApplicationInsightsClient.listProblemsPaginator(ListProblemsRequest listProblemsRequest)
Lists the problems with your 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. |
Copyright © 2020. All rights reserved.