Uses of Interface
software.amazon.awssdk.services.applicationinsights.model.UpdateComponentRequest.Builder
-
Packages that use UpdateComponentRequest.Builder Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.model -
-
Uses of UpdateComponentRequest.Builder in software.amazon.awssdk.services.applicationinsights
Method parameters in software.amazon.awssdk.services.applicationinsights with type arguments of type UpdateComponentRequest.Builder Modifier and Type Method Description 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.default UpdateComponentResponseApplicationInsightsClient. updateComponent(Consumer<UpdateComponentRequest.Builder> updateComponentRequest)Updates the custom component name and/or the list of resources that make up the component. -
Uses of UpdateComponentRequest.Builder in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return UpdateComponentRequest.Builder Modifier and Type Method Description static UpdateComponentRequest.BuilderUpdateComponentRequest. builder()UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. componentName(String componentName)The name of the component.UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. newComponentName(String newComponentName)The new name of the component.UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. resourceGroupName(String resourceGroupName)The name of the resource group.UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. resourceList(String... resourceList)The list of resource ARNs that belong to the component.UpdateComponentRequest.BuilderUpdateComponentRequest.Builder. resourceList(Collection<String> resourceList)The list of resource ARNs that belong to the component.UpdateComponentRequest.BuilderUpdateComponentRequest. toBuilder()Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type UpdateComponentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateComponentRequest.Builder>UpdateComponentRequest. serializableBuilderClass()
-