@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonApplicationInsights extends Object implements AmazonApplicationInsights
AmazonApplicationInsights
. Convenient method forms pass through to the
corresponding overload that takes a request object, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
CreateApplicationResult |
createApplication(CreateApplicationRequest request)
Adds an application that is created from a resource group.
|
CreateComponentResult |
createComponent(CreateComponentRequest request)
Creates a custom component by grouping similar standalone instances to monitor.
|
DeleteApplicationResult |
deleteApplication(DeleteApplicationRequest request)
Removes the specified application from monitoring.
|
DeleteComponentResult |
deleteComponent(DeleteComponentRequest request)
Ungroups a custom component.
|
DescribeApplicationResult |
describeApplication(DescribeApplicationRequest request)
Describes the application.
|
DescribeComponentResult |
describeComponent(DescribeComponentRequest request)
Describes a component and lists the resources that are grouped together in a component.
|
DescribeComponentConfigurationResult |
describeComponentConfiguration(DescribeComponentConfigurationRequest request)
Describes the monitoring configuration of the component.
|
DescribeComponentConfigurationRecommendationResult |
describeComponentConfigurationRecommendation(DescribeComponentConfigurationRecommendationRequest request)
Describes the recommended monitoring configuration of the component.
|
DescribeObservationResult |
describeObservation(DescribeObservationRequest request)
Describes an anomaly or error with the application.
|
DescribeProblemResult |
describeProblem(DescribeProblemRequest request)
Describes an application problem.
|
DescribeProblemObservationsResult |
describeProblemObservations(DescribeProblemObservationsRequest request)
Describes the anomalies or errors associated with the problem.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListApplicationsResult |
listApplications(ListApplicationsRequest request)
Lists the IDs of the applications that you are monitoring.
|
ListComponentsResult |
listComponents(ListComponentsRequest request)
Lists the auto-grouped, standalone, and custom components of the application.
|
ListProblemsResult |
listProblems(ListProblemsRequest request)
Lists the problems with your application.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateApplicationResult |
updateApplication(UpdateApplicationRequest request)
Updates the application.
|
UpdateComponentResult |
updateComponent(UpdateComponentRequest request)
Updates the custom component name and/or the list of resources that make up the component.
|
UpdateComponentConfigurationResult |
updateComponentConfiguration(UpdateComponentConfigurationRequest request)
Updates the monitoring configurations for the component.
|
public CreateApplicationResult createApplication(CreateApplicationRequest request)
AmazonApplicationInsights
Adds an application that is created from a resource group.
createApplication
in interface AmazonApplicationInsights
public CreateComponentResult createComponent(CreateComponentRequest request)
AmazonApplicationInsights
Creates a custom component by grouping similar standalone instances to monitor.
createComponent
in interface AmazonApplicationInsights
public DeleteApplicationResult deleteApplication(DeleteApplicationRequest request)
AmazonApplicationInsights
Removes the specified application from monitoring. Does not delete the application.
deleteApplication
in interface AmazonApplicationInsights
public DeleteComponentResult deleteComponent(DeleteComponentRequest request)
AmazonApplicationInsights
Ungroups a custom component. When you ungroup custom components, all applicable monitors that are set up for the component are removed and the instances revert to their standalone status.
deleteComponent
in interface AmazonApplicationInsights
public DescribeApplicationResult describeApplication(DescribeApplicationRequest request)
AmazonApplicationInsights
Describes the application.
describeApplication
in interface AmazonApplicationInsights
public DescribeComponentResult describeComponent(DescribeComponentRequest request)
AmazonApplicationInsights
Describes a component and lists the resources that are grouped together in a component.
describeComponent
in interface AmazonApplicationInsights
public DescribeComponentConfigurationResult describeComponentConfiguration(DescribeComponentConfigurationRequest request)
AmazonApplicationInsights
Describes the monitoring configuration of the component.
describeComponentConfiguration
in interface AmazonApplicationInsights
public DescribeComponentConfigurationRecommendationResult describeComponentConfigurationRecommendation(DescribeComponentConfigurationRecommendationRequest request)
AmazonApplicationInsights
Describes the recommended monitoring configuration of the component.
describeComponentConfigurationRecommendation
in interface AmazonApplicationInsights
public DescribeObservationResult describeObservation(DescribeObservationRequest request)
AmazonApplicationInsights
Describes an anomaly or error with the application.
describeObservation
in interface AmazonApplicationInsights
public DescribeProblemResult describeProblem(DescribeProblemRequest request)
AmazonApplicationInsights
Describes an application problem.
describeProblem
in interface AmazonApplicationInsights
public DescribeProblemObservationsResult describeProblemObservations(DescribeProblemObservationsRequest request)
AmazonApplicationInsights
Describes the anomalies or errors associated with the problem.
describeProblemObservations
in interface AmazonApplicationInsights
public ListApplicationsResult listApplications(ListApplicationsRequest request)
AmazonApplicationInsights
Lists the IDs of the applications that you are monitoring.
listApplications
in interface AmazonApplicationInsights
public ListComponentsResult listComponents(ListComponentsRequest request)
AmazonApplicationInsights
Lists the auto-grouped, standalone, and custom components of the application.
listComponents
in interface AmazonApplicationInsights
public ListProblemsResult listProblems(ListProblemsRequest request)
AmazonApplicationInsights
Lists the problems with your application.
listProblems
in interface AmazonApplicationInsights
public UpdateApplicationResult updateApplication(UpdateApplicationRequest request)
AmazonApplicationInsights
Updates the application.
updateApplication
in interface AmazonApplicationInsights
public UpdateComponentResult updateComponent(UpdateComponentRequest request)
AmazonApplicationInsights
Updates the custom component name and/or the list of resources that make up the component.
updateComponent
in interface AmazonApplicationInsights
public UpdateComponentConfigurationResult updateComponentConfiguration(UpdateComponentConfigurationRequest request)
AmazonApplicationInsights
Updates the monitoring configurations for the component. The configuration input parameter is an escaped JSON of
the configuration and should match the schema of what is returned by
DescribeComponentConfigurationRecommendation
.
updateComponentConfiguration
in interface AmazonApplicationInsights
public void shutdown()
AmazonApplicationInsights
shutdown
in interface AmazonApplicationInsights
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonApplicationInsights
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata
in interface AmazonApplicationInsights
request
- The originally executed request.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.