Uses of Class
software.amazon.awssdk.services.cloudformation.model.HookResultSummary
-
Packages that use HookResultSummary Package Description software.amazon.awssdk.services.cloudformation.model -
-
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 HookResultSummary Modifier and Type Method Description 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 HookResultSummary Modifier and Type Method Description ListHookResultsResponse.BuilderListHookResultsResponse.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 HookResultSummary Modifier and Type Method Description ListHookResultsResponse.BuilderListHookResultsResponse.Builder. hookResults(Collection<HookResultSummary> hookResults)A list ofHookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target.
-