Uses of Class
software.amazon.awssdk.services.cloudformation.model.StackInstanceResourceDriftsSummary
Packages that use StackInstanceResourceDriftsSummary
-
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 StackInstanceResourceDriftsSummaryModifier and TypeMethodDescriptionListStackInstanceResourceDriftsResponse.summaries()A list ofStackInstanceResourceDriftsSummarystructures that contain information about the specified stack instances.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type StackInstanceResourceDriftsSummaryModifier and TypeMethodDescriptionListStackInstanceResourceDriftsResponse.Builder.summaries(StackInstanceResourceDriftsSummary... summaries) A list ofStackInstanceResourceDriftsSummarystructures that contain information about the specified stack instances.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type StackInstanceResourceDriftsSummaryModifier and TypeMethodDescriptionListStackInstanceResourceDriftsResponse.Builder.summaries(Collection<StackInstanceResourceDriftsSummary> summaries) A list ofStackInstanceResourceDriftsSummarystructures that contain information about the specified stack instances.