Uses of Class
software.amazon.awssdk.services.cloudcontrol.model.HookProgressEvent
-
Packages that use HookProgressEvent Package Description software.amazon.awssdk.services.cloudcontrol.model -
-
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 HookProgressEvent Modifier and Type Method Description 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 HookProgressEvent Modifier and Type Method Description GetResourceRequestStatusResponse.BuilderGetResourceRequestStatusResponse.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 HookProgressEvent Modifier and Type Method Description GetResourceRequestStatusResponse.BuilderGetResourceRequestStatusResponse.Builder. hooksProgressEvent(Collection<HookProgressEvent> hooksProgressEvent)Lists Hook invocations for the specified target in the request.
-