Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetSummary
Packages that use StackSetSummary
Package
Description
-
Uses of StackSetSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSetSummaryModifier and TypeMethodDescriptionfinal List<StackSetSummary>ListStackSetsResponse.summaries()A list ofStackSetSummarystructures that contain information about the user's StackSets.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetSummaryModifier and TypeMethodDescriptionListStackSetsResponse.Builder.summaries(StackSetSummary... summaries) A list ofStackSetSummarystructures that contain information about the user's StackSets.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackSetSummaryModifier and TypeMethodDescriptionListStackSetsResponse.Builder.summaries(Collection<StackSetSummary> summaries) A list ofStackSetSummarystructures that contain information about the user's StackSets. -
Uses of StackSetSummary in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type StackSetSummaryModifier and TypeMethodDescriptionfinal SdkIterable<StackSetSummary>ListStackSetsIterable.summaries()Returns an iterable to iterate through the paginatedListStackSetsResponse.summaries()member.final SdkPublisher<StackSetSummary>ListStackSetsPublisher.summaries()Returns a publisher that can be used to get a stream of data.