Uses of Class
software.amazon.awssdk.services.cloudformation.model.HookResultSummary
Packages that use HookResultSummary
-
Uses of HookResultSummary in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type HookResultSummaryModifier and TypeMethodDescriptionfinal List<HookResultSummary>ListHookResultsResponse.hookResults()A list ofHookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target.Methods in software.amazon.awssdk.services.cloudformation.model with parameters of type HookResultSummaryModifier and TypeMethodDescriptionListHookResultsResponse.Builder.hookResults(HookResultSummary... hookResults) A list ofHookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target.Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type HookResultSummaryModifier and TypeMethodDescriptionListHookResultsResponse.Builder.hookResults(Collection<HookResultSummary> hookResults) A list ofHookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target.