| Package | Description |
|---|---|
| software.amazon.cloudformation | |
| software.amazon.cloudformation.metrics | |
| software.amazon.cloudformation.proxy |
This package provide facilities to make it easy to work against AWS APIs that
are eventually consistent for applying resource state.
|
| Modifier and Type | Method and Description |
|---|---|
static HookInvocationPoint |
HookInvocationPoint.fromShortName(String shortName) |
static HookInvocationPoint |
HookInvocationPoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HookInvocationPoint[] |
HookInvocationPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract ProgressEvent<TargetT,CallbackT> |
HookAbstractWrapper.invokeHandler(AmazonWebServicesClientProxy proxy,
HookHandlerRequest request,
HookInvocationPoint invocationPoint,
CallbackT callbackContext,
ConfigurationT typeConfiguration)
Implemented by the handler package as the key entry point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsPublisher.publishDurationMetric(Instant timestamp,
HookInvocationPoint invocationPoint,
long milliseconds) |
void |
HookMetricsPublisherImpl.publishDurationMetric(Instant timestamp,
HookInvocationPoint invocationPoint,
long milliseconds) |
void |
MetricsPublisher.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp,
HookInvocationPoint invocationPoint,
HandlerErrorCode handlerErrorCode) |
void |
HookMetricsPublisherImpl.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp,
HookInvocationPoint invocationPoint,
HandlerErrorCode handlerErrorCode) |
void |
MetricsPublisher.publishExceptionMetric(Instant timestamp,
HookInvocationPoint invocationPoint,
Throwable e,
HandlerErrorCode handlerErrorCode) |
void |
HookMetricsPublisherImpl.publishExceptionMetric(Instant timestamp,
HookInvocationPoint invocationPoint,
Throwable e,
HandlerErrorCode handlerErrorCode) |
void |
MetricsPublisher.publishInvocationMetric(Instant timestamp,
HookInvocationPoint invocationPoint) |
void |
HookMetricsPublisherImpl.publishInvocationMetric(Instant timestamp,
HookInvocationPoint invocationPoint) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsPublisherProxy.publishDurationMetric(Instant timestamp,
HookInvocationPoint invocationPoint,
long milliseconds) |
void |
MetricsPublisherProxy.publishExceptionByErrorCodeAndCountBulkMetrics(Instant timestamp,
HookInvocationPoint invocationPoint,
HandlerErrorCode handlerErrorCode) |
void |
MetricsPublisherProxy.publishExceptionMetric(Instant timestamp,
HookInvocationPoint invocationPoint,
Throwable e,
HandlerErrorCode handlerErrorCode) |
void |
MetricsPublisherProxy.publishInvocationMetric(Instant timestamp,
HookInvocationPoint invocationPoint) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.