Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackInstanceResourceDriftsSummary
-
Packages that use StackInstanceResourceDriftsSummary Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of StackInstanceResourceDriftsSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type StackInstanceResourceDriftsSummary Modifier and Type Method Description List<StackInstanceResourceDriftsSummary>ListStackInstanceResourceDriftsResponse. summaries()A list ofStackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackInstanceResourceDriftsSummary Modifier and Type Method Description ListStackInstanceResourceDriftsResponse.BuilderListStackInstanceResourceDriftsResponse.Builder. summaries(StackInstanceResourceDriftsSummary... summaries)A list ofStackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackInstanceResourceDriftsSummary Modifier and Type Method Description ListStackInstanceResourceDriftsResponse.BuilderListStackInstanceResourceDriftsResponse.Builder. summaries(Collection<StackInstanceResourceDriftsSummary> summaries)A list ofStackInstanceResourceDriftSummarystructures that contain information about the specified stack instances.
-