Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackSetOperationResultSummary
-
Packages that use StackSetOperationResultSummary Package Description software.amazon.awssdk.services.cloudformation.model software.amazon.awssdk.services.cloudformation.paginators -
-
Uses of StackSetOperationResultSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackSetOperationResultSummary Modifier and Type Method Description List<StackSetOperationResultSummary>ListStackSetOperationResultsResponse. summaries()A list ofStackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackSetOperationResultSummary Modifier and Type Method Description ListStackSetOperationResultsResponse.BuilderListStackSetOperationResultsResponse.Builder. summaries(StackSetOperationResultSummary... summaries)A list ofStackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackSetOperationResultSummary Modifier and Type Method Description ListStackSetOperationResultsResponse.BuilderListStackSetOperationResultsResponse.Builder. summaries(Collection<StackSetOperationResultSummary> summaries)A list ofStackSetOperationResultSummarystructures that contain information about the specified operation results, for accounts and Amazon Web Services Regions that are included in the operation. -
Uses of StackSetOperationResultSummary in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type StackSetOperationResultSummary Modifier and Type Method Description SdkIterable<StackSetOperationResultSummary>ListStackSetOperationResultsIterable. summaries()Returns an iterable to iterate through the paginatedListStackSetOperationResultsResponse.summaries()member.SdkPublisher<StackSetOperationResultSummary>ListStackSetOperationResultsPublisher. summaries()Returns a publisher that can be used to get a stream of data.
-