| Package | Description |
|---|---|
| software.amazon.cloudformation.proxy.hook | |
| software.amazon.cloudformation.proxy.hook.targetmodel |
| Modifier and Type | Method and Description |
|---|---|
<TargetModelT extends HookTargetModel> |
HookContext.getTargetModel(Class<TargetModelT> clazz) |
<TargetModelT extends HookTargetModel> |
HookContext.getTargetModel(com.fasterxml.jackson.core.type.TypeReference<TargetModelT> typeReference) |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericHookTargetModel
This class is a concrete agnostic target model that is the default
implementation used when the type of the Hook's target is not known.
|
class |
ResourceHookTargetModel<HookTargetT extends ResourceHookTarget> |
| Modifier and Type | Method and Description |
|---|---|
static <TargetModelT extends HookTargetModel> |
HookTargetModel.of(Object targetModel,
@NonNull Class<TargetModelT> clazz) |
static <TargetModelT extends HookTargetModel> |
HookTargetModel.of(Object targetModel,
@NonNull com.fasterxml.jackson.core.type.TypeReference<TargetModelT> typeReference) |
| Modifier and Type | Method and Description |
|---|---|
static HookTargetModel |
HookTargetModel.of(Object targetModel) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.