| Package | Description |
|---|---|
| software.amazon.awssdk.services.applicationinsights |
|
| software.amazon.awssdk.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
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 CompletableFuture<UpdateComponentResponse> |
ApplicationInsightsAsyncClient.updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)
Updates the custom component name and/or the list of resources that make up the component.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateComponentRequest.Builder |
UpdateComponentRequest.builder() |
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.componentName(String componentName)
The name of the component.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.newComponentName(String newComponentName)
The new name of the component.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.resourceGroupName(String resourceGroupName)
The name of the resource group.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.resourceList(Collection<String> resourceList)
The list of resource ARNs that belong to the component.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.Builder.resourceList(String... resourceList)
The list of resource ARNs that belong to the component.
|
UpdateComponentRequest.Builder |
UpdateComponentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateComponentRequest.Builder> |
UpdateComponentRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.