Uses of Class
software.amazon.awssdk.services.applicationinsights.model.ApplicationComponent
-
Packages that use ApplicationComponent Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of ApplicationComponent in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return ApplicationComponent Modifier and Type Method Description ApplicationComponentDescribeComponentResponse. applicationComponent()Returns the value of the ApplicationComponent property for this object.Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type ApplicationComponent Modifier and Type Method Description List<ApplicationComponent>ListComponentsResponse. applicationComponentList()The list of application components.Methods in software.amazon.awssdk.services.applicationinsights.model with parameters of type ApplicationComponent Modifier and Type Method Description DescribeComponentResponse.BuilderDescribeComponentResponse.Builder. applicationComponent(ApplicationComponent applicationComponent)Sets the value of the ApplicationComponent property for this object.ListComponentsResponse.BuilderListComponentsResponse.Builder. applicationComponentList(ApplicationComponent... applicationComponentList)The list of application components.Method parameters in software.amazon.awssdk.services.applicationinsights.model with type arguments of type ApplicationComponent Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. applicationComponentList(Collection<ApplicationComponent> applicationComponentList)The list of application components.
-