Uses of Interface
software.amazon.awssdk.services.cloudformation.model.ListHookResultsResponse.Builder
Packages that use ListHookResultsResponse.Builder
-
Uses of ListHookResultsResponse.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return ListHookResultsResponse.BuilderModifier and TypeMethodDescriptionListHookResultsResponse.builder()ListHookResultsResponse.Builder.hookResults(Collection<HookResultSummary> hookResults) A list ofHookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target.ListHookResultsResponse.Builder.hookResults(Consumer<HookResultSummary.Builder>... hookResults) A list ofHookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target.ListHookResultsResponse.Builder.hookResults(HookResultSummary... hookResults) A list ofHookResultSummarystructures that provides the status and Hook status reason for each Hook invocation for the specified target.Pagination token,nullor empty if no more results.The unique identifier of the Hook invocation target.ListHookResultsResponse.Builder.targetType(String targetType) The target type.ListHookResultsResponse.Builder.targetType(ListHookResultsTargetType targetType) The target type.ListHookResultsResponse.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type ListHookResultsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListHookResultsResponse.Builder>ListHookResultsResponse.serializableBuilderClass()