Uses of Class
software.amazon.awssdk.services.cloudformation.model.ChangeSetSummary
Packages that use ChangeSetSummary
Package
Description
-
Uses of ChangeSetSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ChangeSetSummaryModifier and TypeMethodDescriptionfinal List<ChangeSetSummary>ListChangeSetsResponse.summaries()A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type ChangeSetSummaryModifier and TypeMethodDescriptionListChangeSetsResponse.Builder.summaries(ChangeSetSummary... summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type ChangeSetSummaryModifier and TypeMethodDescriptionListChangeSetsResponse.Builder.summaries(Collection<ChangeSetSummary> summaries) A list ofChangeSetSummarystructures that provides the ID and status of each change set for the specified stack. -
Uses of ChangeSetSummary in software.amazon.awssdk.services.cloudformation.paginators
Methods in software.amazon.awssdk.services.cloudformation.paginators that return types with arguments of type ChangeSetSummaryModifier and TypeMethodDescriptionfinal SdkIterable<ChangeSetSummary>ListChangeSetsIterable.summaries()Returns an iterable to iterate through the paginatedListChangeSetsResponse.summaries()member.final SdkPublisher<ChangeSetSummary>ListChangeSetsPublisher.summaries()Returns a publisher that can be used to get a stream of data.