Uses of Class
software.amazon.awssdk.services.cloudformation.model.TemplateSummary
Packages that use TemplateSummary
Package
Description
-
Uses of TemplateSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TemplateSummaryModifier and TypeMethodDescriptionfinal List<TemplateSummary>ListGeneratedTemplatesResponse.summaries()A list of summaries of the generated templates.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type TemplateSummaryModifier and TypeMethodDescriptionListGeneratedTemplatesResponse.Builder.summaries(TemplateSummary... summaries) A list of summaries of the generated templates.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TemplateSummaryModifier and TypeMethodDescriptionListGeneratedTemplatesResponse.Builder.summaries(Collection<TemplateSummary> summaries) A list of summaries of the generated templates. -
Uses of TemplateSummary in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type TemplateSummaryModifier and TypeMethodDescriptionfinal SdkIterable<TemplateSummary>ListGeneratedTemplatesIterable.summaries()Returns an iterable to iterate through the paginatedListGeneratedTemplatesResponse.summaries()member.final SdkPublisher<TemplateSummary>ListGeneratedTemplatesPublisher.summaries()Returns a publisher that can be used to get a stream of data.