| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights |
|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentResult |
AbstractAmazonApplicationInsights.createComponent(CreateComponentRequest request) |
CreateComponentResult |
AmazonApplicationInsights.createComponent(CreateComponentRequest createComponentRequest)
Creates a custom component by grouping similar standalone instances to monitor.
|
CreateComponentResult |
AmazonApplicationInsightsClient.createComponent(CreateComponentRequest request)
Creates a custom component by grouping similar standalone instances to monitor.
|
Future<CreateComponentResult> |
AbstractAmazonApplicationInsightsAsync.createComponentAsync(CreateComponentRequest request) |
Future<CreateComponentResult> |
AmazonApplicationInsightsAsync.createComponentAsync(CreateComponentRequest createComponentRequest)
Creates a custom component by grouping similar standalone instances to monitor.
|
Future<CreateComponentResult> |
AmazonApplicationInsightsAsyncClient.createComponentAsync(CreateComponentRequest request) |
Future<CreateComponentResult> |
AbstractAmazonApplicationInsightsAsync.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
Future<CreateComponentResult> |
AmazonApplicationInsightsAsync.createComponentAsync(CreateComponentRequest createComponentRequest,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)
Creates a custom component by grouping similar standalone instances to monitor.
|
Future<CreateComponentResult> |
AmazonApplicationInsightsAsyncClient.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateComponentResult> |
AbstractAmazonApplicationInsightsAsync.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
Future<CreateComponentResult> |
AmazonApplicationInsightsAsync.createComponentAsync(CreateComponentRequest createComponentRequest,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler)
Creates a custom component by grouping similar standalone instances to monitor.
|
Future<CreateComponentResult> |
AmazonApplicationInsightsAsyncClient.createComponentAsync(CreateComponentRequest request,
AsyncHandler<CreateComponentRequest,CreateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateComponentRequest |
CreateComponentRequest.clone() |
CreateComponentRequest |
CreateComponentRequest.withComponentName(String componentName)
The name of the component.
|
CreateComponentRequest |
CreateComponentRequest.withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
CreateComponentRequest |
CreateComponentRequest.withResourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
|
CreateComponentRequest |
CreateComponentRequest.withResourceList(String... resourceList)
The list of resource ARNs that belong to the component.
|
Copyright © 2023. All rights reserved.