Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.HookProgressEvent
Packages that use HookProgressEvent
-
Uses of HookProgressEvent in software.amazon.awssdk.services.cloudcontrol.model
Methods in software.amazon.awssdk.services.cloudcontrol.model that return types with arguments of type HookProgressEventModifier and TypeMethodDescriptionfinal List<HookProgressEvent>GetResourceRequestStatusResponse.hooksProgressEvent()Lists Hook invocations for the specified target in the request.Methods in software.amazon.awssdk.services.cloudcontrol.model with parameters of type HookProgressEventModifier and TypeMethodDescriptionGetResourceRequestStatusResponse.Builder.hooksProgressEvent(HookProgressEvent... hooksProgressEvent) Lists Hook invocations for the specified target in the request.Method parameters in software.amazon.awssdk.services.cloudcontrol.model with type arguments of type HookProgressEventModifier and TypeMethodDescriptionGetResourceRequestStatusResponse.Builder.hooksProgressEvent(Collection<HookProgressEvent> hooksProgressEvent) Lists Hook invocations for the specified target in the request.