Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ImageRecipeSummary
-
Packages that use ImageRecipeSummary Package Description software.amazon.awssdk.services.imagebuilder.model software.amazon.awssdk.services.imagebuilder.paginators -
-
Uses of ImageRecipeSummary in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ImageRecipeSummary Modifier and Type Method Description List<ImageRecipeSummary>ListImageRecipesResponse. imageRecipeSummaryList()The list of image pipelines.Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ImageRecipeSummary Modifier and Type Method Description ListImageRecipesResponse.BuilderListImageRecipesResponse.Builder. imageRecipeSummaryList(ImageRecipeSummary... imageRecipeSummaryList)The list of image pipelines.Method parameters in software.amazon.awssdk.services.imagebuilder.model with type arguments of type ImageRecipeSummary Modifier and Type Method Description ListImageRecipesResponse.BuilderListImageRecipesResponse.Builder. imageRecipeSummaryList(Collection<ImageRecipeSummary> imageRecipeSummaryList)The list of image pipelines. -
Uses of ImageRecipeSummary in software.amazon.awssdk.services.imagebuilder.paginators
Methods in software.amazon.awssdk.services.imagebuilder.paginators that return types with arguments of type ImageRecipeSummary Modifier and Type Method Description SdkIterable<ImageRecipeSummary>ListImageRecipesIterable. imageRecipeSummaryList()Returns an iterable to iterate through the paginatedListImageRecipesResponse.imageRecipeSummaryList()member.SdkPublisher<ImageRecipeSummary>ListImageRecipesPublisher. imageRecipeSummaryList()Returns a publisher that can be used to get a stream of data.
-