Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSummary
-
Packages that use StackSummary Package Description software.amazon.awssdk.services.cloudformation.model software.amazon.awssdk.services.cloudformation.paginators -
-
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 StackSummary Modifier and Type Method Description 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 StackSummary Modifier and Type Method Description ListStacksResponse.BuilderListStacksResponse.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 StackSummary Modifier and Type Method Description ListStacksResponse.BuilderListStacksResponse.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 StackSummary Modifier and Type Method Description SdkIterable<StackSummary>ListStacksIterable. stackSummaries()Returns an iterable to iterate through the paginatedListStacksResponse.stackSummaries()member.SdkPublisher<StackSummary>ListStacksPublisher. stackSummaries()Returns a publisher that can be used to get a stream of data.
-