Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSummary
Packages that use StackSummary
Package
Description
-
Uses of StackSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSummaryModifier and TypeMethodDescriptionfinal List<StackSummary>ListStacksResponse.stackSummaries()A list ofStackSummarystructures that contains information about the specified stacks.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSummaryModifier and TypeMethodDescriptionListStacksResponse.Builder.stackSummaries(StackSummary... stackSummaries) A list ofStackSummarystructures that contains information about the specified stacks.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackSummaryModifier and TypeMethodDescriptionListStacksResponse.Builder.stackSummaries(Collection<StackSummary> stackSummaries) A list ofStackSummarystructures that contains information about the specified stacks. -
Uses of StackSummary in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type StackSummaryModifier and TypeMethodDescriptionfinal SdkIterable<StackSummary>ListStacksIterable.stackSummaries()Returns an iterable to iterate through the paginatedListStacksResponse.stackSummaries()member.final SdkPublisher<StackSummary>ListStacksPublisher.stackSummaries()Returns a publisher that can be used to get a stream of data.