Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetSummary
-
Packages that use StackSetSummary Package Description software.amazon.awssdk.services.cloudformation.model software.amazon.awssdk.services.cloudformation.paginators -
-
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 StackSetSummary Modifier and Type Method Description List<StackSetSummary>ListStackSetsResponse. summaries()A list ofStackSetSummarystructures that contain information about the user's stack sets.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetSummary Modifier and Type Method Description ListStackSetsResponse.BuilderListStackSetsResponse.Builder. summaries(StackSetSummary... summaries)A list ofStackSetSummarystructures that contain information about the user's stack sets.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackSetSummary Modifier and Type Method Description ListStackSetsResponse.BuilderListStackSetsResponse.Builder. summaries(Collection<StackSetSummary> summaries)A list ofStackSetSummarystructures that contain information about the user's stack sets. -
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 StackSetSummary Modifier and Type Method Description SdkIterable<StackSetSummary>ListStackSetsIterable. summaries()Returns an iterable to iterate through the paginatedListStackSetsResponse.summaries()member.SdkPublisher<StackSetSummary>ListStackSetsPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-