Uses of Class
software.amazon.awssdk.services.greengrassv2.model.InstalledComponent
-
Packages that use InstalledComponent Package Description software.amazon.awssdk.services.greengrassv2.model software.amazon.awssdk.services.greengrassv2.paginators -
-
Uses of InstalledComponent in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type InstalledComponent Modifier and Type Method Description List<InstalledComponent>ListInstalledComponentsResponse. installedComponents()A list that summarizes each component on the core device.Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type InstalledComponent Modifier and Type Method Description ListInstalledComponentsResponse.BuilderListInstalledComponentsResponse.Builder. installedComponents(InstalledComponent... installedComponents)A list that summarizes each component on the core device.Method parameters in software.amazon.awssdk.services.greengrassv2.model with type arguments of type InstalledComponent Modifier and Type Method Description ListInstalledComponentsResponse.BuilderListInstalledComponentsResponse.Builder. installedComponents(Collection<InstalledComponent> installedComponents)A list that summarizes each component on the core device. -
Uses of InstalledComponent in software.amazon.awssdk.services.greengrassv2.paginators
Methods in software.amazon.awssdk.services.greengrassv2.paginators that return types with arguments of type InstalledComponent Modifier and Type Method Description SdkIterable<InstalledComponent>ListInstalledComponentsIterable. installedComponents()Returns an iterable to iterate through the paginatedListInstalledComponentsResponse.installedComponents()member.SdkPublisher<InstalledComponent>ListInstalledComponentsPublisher. installedComponents()Returns a publisher that can be used to get a stream of data.
-