| 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 Action |
Action.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.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<ResourceT,CallbackT> |
LambdaWrapper.invokeHandler(AmazonWebServicesClientProxy proxy,
ResourceHandlerRequest<ResourceT> request,
Action action,
CallbackT callbackContext)
Implemented by the handler package as the key entry point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsPublisher.publishDurationMetric(Instant timestamp,
Action action,
long milliseconds) |
void |
MetricsPublisherImpl.publishDurationMetric(Instant timestamp,
Action action,
long milliseconds) |
void |
MetricsPublisher.publishExceptionMetric(Instant timestamp,
Action action,
Throwable e,
HandlerErrorCode handlerErrorCode) |
void |
MetricsPublisherImpl.publishExceptionMetric(Instant timestamp,
Action action,
Throwable e,
HandlerErrorCode handlerErrorCode) |
void |
MetricsPublisher.publishInvocationMetric(Instant timestamp,
Action action) |
void |
MetricsPublisherImpl.publishInvocationMetric(Instant timestamp,
Action action) |
| Modifier and Type | Method and Description |
|---|---|
void |
MetricsPublisherProxy.publishDurationMetric(Instant timestamp,
Action action,
long milliseconds) |
void |
MetricsPublisherProxy.publishExceptionMetric(Instant timestamp,
Action action,
Throwable e,
HandlerErrorCode handlerErrorCode) |
void |
MetricsPublisherProxy.publishInvocationMetric(Instant timestamp,
Action action) |
Copyright © 2019 Amazon Web Services, Inc. All Rights Reserved.