| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights |
|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentResult |
AmazonApplicationInsightsClient.updateComponent(UpdateComponentRequest request)
Updates the custom component name and/or the list of resources that make up the component.
|
UpdateComponentResult |
AmazonApplicationInsights.updateComponent(UpdateComponentRequest updateComponentRequest)
Updates the custom component name and/or the list of resources that make up the component.
|
UpdateComponentResult |
AbstractAmazonApplicationInsights.updateComponent(UpdateComponentRequest request) |
Future<UpdateComponentResult> |
AbstractAmazonApplicationInsightsAsync.updateComponentAsync(UpdateComponentRequest request) |
Future<UpdateComponentResult> |
AmazonApplicationInsightsAsync.updateComponentAsync(UpdateComponentRequest updateComponentRequest)
Updates the custom component name and/or the list of resources that make up the component.
|
Future<UpdateComponentResult> |
AmazonApplicationInsightsAsyncClient.updateComponentAsync(UpdateComponentRequest request) |
Future<UpdateComponentResult> |
AbstractAmazonApplicationInsightsAsync.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
Future<UpdateComponentResult> |
AmazonApplicationInsightsAsync.updateComponentAsync(UpdateComponentRequest updateComponentRequest,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler)
Updates the custom component name and/or the list of resources that make up the component.
|
Future<UpdateComponentResult> |
AmazonApplicationInsightsAsyncClient.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateComponentResult> |
AbstractAmazonApplicationInsightsAsync.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
Future<UpdateComponentResult> |
AmazonApplicationInsightsAsync.updateComponentAsync(UpdateComponentRequest updateComponentRequest,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler)
Updates the custom component name and/or the list of resources that make up the component.
|
Future<UpdateComponentResult> |
AmazonApplicationInsightsAsyncClient.updateComponentAsync(UpdateComponentRequest request,
AsyncHandler<UpdateComponentRequest,UpdateComponentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateComponentRequest |
UpdateComponentRequest.clone() |
UpdateComponentRequest |
UpdateComponentRequest.withComponentName(String componentName)
The name of the component.
|
UpdateComponentRequest |
UpdateComponentRequest.withNewComponentName(String newComponentName)
The new name of the component.
|
UpdateComponentRequest |
UpdateComponentRequest.withResourceGroupName(String resourceGroupName)
The name of the resource group.
|
UpdateComponentRequest |
UpdateComponentRequest.withResourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
|
UpdateComponentRequest |
UpdateComponentRequest.withResourceList(String... resourceList)
The list of resource ARNs that belong to the component.
|
Copyright © 2019. All rights reserved.