Uses of Class
software.amazon.cloudformation.proxy.hook.targetmodel.HookTargetModel
Packages that use HookTargetModel
Package
Description
-
Uses of HookTargetModel in software.amazon.cloudformation.proxy.hook
Methods in software.amazon.cloudformation.proxy.hook with type parameters of type HookTargetModelModifier and TypeMethodDescription<TargetModelT extends HookTargetModel>
TargetModelTHookContext.getTargetModel(com.fasterxml.jackson.core.type.TypeReference<TargetModelT> typeReference) <TargetModelT extends HookTargetModel>
TargetModelTHookContext.getTargetModel(Class<TargetModelT> clazz) -
Uses of HookTargetModel in software.amazon.cloudformation.proxy.hook.targetmodel
Subclasses of HookTargetModel in software.amazon.cloudformation.proxy.hook.targetmodelModifier and TypeClassDescriptionclassThis class is a concrete agnostic target model that is the default implementation used when the type of the Hook's target is not known.classResourceHookTargetModel<HookTargetT extends ResourceHookTarget>classMethods in software.amazon.cloudformation.proxy.hook.targetmodel with type parameters of type HookTargetModelModifier and TypeMethodDescriptionstatic <TargetModelT extends HookTargetModel>
TargetModelTHookTargetModel.of(Object targetModel, @NonNull com.fasterxml.jackson.core.type.TypeReference<TargetModelT> typeReference) static <TargetModelT extends HookTargetModel>
TargetModelTMethods in software.amazon.cloudformation.proxy.hook.targetmodel that return HookTargetModelMethods in software.amazon.cloudformation.proxy.hook.targetmodel that return types with arguments of type HookTargetModelModifier and TypeMethodDescriptioncom.fasterxml.jackson.core.type.TypeReference<? extends HookTargetModel>StackHookTargetModel.getTargetModelTypeReference()