| 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 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 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.