Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetOperationSummary
Packages that use StackSetOperationSummary
Package
Description
-
Uses of StackSetOperationSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSetOperationSummaryModifier and TypeMethodDescriptionfinal List<StackSetOperationSummary>ListStackSetOperationsResponse.summaries()A list ofStackSetOperationSummarystructures that contain summary information about operations for the specified StackSet.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetOperationSummaryModifier and TypeMethodDescriptionListStackSetOperationsResponse.Builder.summaries(StackSetOperationSummary... summaries) A list ofStackSetOperationSummarystructures that contain summary information about operations for the specified StackSet.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackSetOperationSummaryModifier and TypeMethodDescriptionListStackSetOperationsResponse.Builder.summaries(Collection<StackSetOperationSummary> summaries) A list ofStackSetOperationSummarystructures that contain summary information about operations for the specified StackSet. -
Uses of StackSetOperationSummary in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type StackSetOperationSummaryModifier and TypeMethodDescriptionListStackSetOperationsIterable.summaries()Returns an iterable to iterate through the paginatedListStackSetOperationsResponse.summaries()member.ListStackSetOperationsPublisher.summaries()Returns a publisher that can be used to get a stream of data.