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