Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ComponentSummary
-
Packages that use ComponentSummary Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of ComponentSummary in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ComponentSummary Modifier and Type Method Description List<ComponentSummary>ListComponentBuildVersionsResponse. componentSummaryList()The list of component summaries for the specified semantic version.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ComponentSummary Modifier and Type Method Description ListComponentBuildVersionsResponse.BuilderListComponentBuildVersionsResponse.Builder. componentSummaryList(ComponentSummary... componentSummaryList)The list of component summaries for the specified semantic version.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type ComponentSummary Modifier and Type Method Description ListComponentBuildVersionsResponse.BuilderListComponentBuildVersionsResponse.Builder. componentSummaryList(Collection<ComponentSummary> componentSummaryList)The list of component summaries for the specified semantic version. -
Uses of ComponentSummary in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type ComponentSummary Modifier and Type Method Description SdkIterable<ComponentSummary>ListComponentBuildVersionsIterable. componentSummaryList()Returns an iterable to iterate through the paginatedListComponentBuildVersionsResponse.componentSummaryList()member.SdkPublisher<ComponentSummary>ListComponentBuildVersionsPublisher. componentSummaryList()Returns a publisher that can be used to get a stream of data.
-