Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetOperationSummary
-
Packages that use StackSetOperationSummary Package Description software.amazon.awssdk.services.cloudformation.model software.amazon.awssdk.services.cloudformation.paginators -
-
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 StackSetOperationSummary Modifier and Type Method Description 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 StackSetOperationSummary Modifier and Type Method Description ListStackSetOperationsResponse.BuilderListStackSetOperationsResponse.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 StackSetOperationSummary Modifier and Type Method Description ListStackSetOperationsResponse.BuilderListStackSetOperationsResponse.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 StackSetOperationSummary Modifier and Type Method Description SdkIterable<StackSetOperationSummary>ListStackSetOperationsIterable. summaries()Returns an iterable to iterate through the paginatedListStackSetOperationsResponse.summaries()member.SdkPublisher<StackSetOperationSummary>ListStackSetOperationsPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-