Uses of Interface
software.amazon.awssdk.services.applicationinsights.model.DescribeComponentConfigurationResponse.Builder
-
Packages that use DescribeComponentConfigurationResponse.Builder Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of DescribeComponentConfigurationResponse.Builder in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return DescribeComponentConfigurationResponse.Builder Modifier and Type Method Description static DescribeComponentConfigurationResponse.BuilderDescribeComponentConfigurationResponse. builder()DescribeComponentConfigurationResponse.BuilderDescribeComponentConfigurationResponse.Builder. componentConfiguration(String componentConfiguration)The configuration settings of the component.DescribeComponentConfigurationResponse.BuilderDescribeComponentConfigurationResponse.Builder. monitor(Boolean monitor)Indicates whether the application component is monitored.DescribeComponentConfigurationResponse.BuilderDescribeComponentConfigurationResponse.Builder. tier(String tier)The tier of the application component.DescribeComponentConfigurationResponse.BuilderDescribeComponentConfigurationResponse.Builder. tier(Tier tier)The tier of the application component.DescribeComponentConfigurationResponse.BuilderDescribeComponentConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type DescribeComponentConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends DescribeComponentConfigurationResponse.Builder>DescribeComponentConfigurationResponse. serializableBuilderClass()
-