Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ComponentVersion
-
Packages that use ComponentVersion Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of ComponentVersion in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ComponentVersion Modifier and Type Method Description List<ComponentVersion>ListComponentsResponse. componentVersionList()The list of component semantic versions.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ComponentVersion Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. componentVersionList(ComponentVersion... componentVersionList)The list of component semantic versions.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type ComponentVersion Modifier and Type Method Description ListComponentsResponse.BuilderListComponentsResponse.Builder. componentVersionList(Collection<ComponentVersion> componentVersionList)The list of component semantic versions. -
Uses of ComponentVersion in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type ComponentVersion Modifier and Type Method Description SdkIterable<ComponentVersion>ListComponentsIterable. componentVersionList()Returns an iterable to iterate through the paginatedListComponentsResponse.componentVersionList()member.SdkPublisher<ComponentVersion>ListComponentsPublisher. componentVersionList()Returns a publisher that can be used to get a stream of data.
-