JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
G
H
M
N
P
Q
S
T
C
canEqual(Object)
- Method in class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
CustomResourceHandler
<
InputType
,
OutputType
> - Class in
pl.chilldev.commons.aws.cloudformation
Handler for CloudFormation custom resource requests.
CustomResourceHandler(Function<InputType, CustomResourceResponse<OutputType>>, Function<InputType, CustomResourceResponse<OutputType>>, Function<InputType, CustomResourceResponse<OutputType>>)
- Constructor for class pl.chilldev.commons.aws.cloudformation.
CustomResourceHandler
Initializes handler with all known current CloudFormation actions.
CustomResourceResponse
<
OutputType
> - Class in
pl.chilldev.commons.aws.cloudformation
Wrapper for custom resource output type.
CustomResourceResponse(OutputType)
- Constructor for class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
Initializes new response to ephemeral resources (identified by current Lambda invocation log stream).
CustomResourceResponse(OutputType, String)
- Constructor for class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
E
equals(Object)
- Method in class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
G
getData()
- Method in class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
Response data.
getPhysicalResourceId()
- Method in class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
Managed resource resource ID.
H
handle(CfnRequest<InputType>, Context)
- Method in class pl.chilldev.commons.aws.cloudformation.
CustomResourceHandler
Handles invocation.
handle(String)
- Method in class pl.chilldev.commons.aws.
MessageHandler
Handles message conversion.
hashCode()
- Method in class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
M
MessageHandler
<
Type
> - Class in
pl.chilldev.commons.aws
Generic handler for JSON-serialized messages.
MessageHandler(ObjectMapper, Consumer<Type>, Class<Type>)
- Constructor for class pl.chilldev.commons.aws.
MessageHandler
Initializes message conversion handler.
N
NotificationHandler
- Class in
pl.chilldev.commons.aws.sns
SNS notifications handler.
NotificationHandler(Consumer<SNSEvent.SNS>)
- Constructor for class pl.chilldev.commons.aws.sns.
NotificationHandler
P
pl.chilldev.commons.aws
- package pl.chilldev.commons.aws
pl.chilldev.commons.aws.cloudformation
- package pl.chilldev.commons.aws.cloudformation
pl.chilldev.commons.aws.sns
- package pl.chilldev.commons.aws.sns
pl.chilldev.commons.aws.sqs
- package pl.chilldev.commons.aws.sqs
process(SNSEvent)
- Method in class pl.chilldev.commons.aws.sns.
NotificationHandler
Processes event notification.
process()
- Method in class pl.chilldev.commons.aws.sqs.
QueueHandler
Processes queue messages.
publish(Object)
- Method in class pl.chilldev.commons.aws.sns.
TopicClient
Publishes message to associated SNS topic.
Q
QueueHandler
- Class in
pl.chilldev.commons.aws.sqs
SQS queue handler.
QueueHandler(String, Consumer<Message>)
- Constructor for class pl.chilldev.commons.aws.sqs.
QueueHandler
Initializes handler with the default SQS client.
QueueHandler(AmazonSQS, String, Consumer<Message>)
- Constructor for class pl.chilldev.commons.aws.sqs.
QueueHandler
S
setData(OutputType)
- Method in class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
Response data.
setPhysicalResourceId(String)
- Method in class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
Managed resource resource ID.
SimpleNotificationHandler
- Class in
pl.chilldev.commons.aws.sns
SNS notifications handler that simply processes notification body.
SimpleNotificationHandler(Consumer<String>)
- Constructor for class pl.chilldev.commons.aws.sns.
SimpleNotificationHandler
Initializes notification handler.
SimpleQueueHandler
- Class in
pl.chilldev.commons.aws.sqs
SQS queue handler that simply processes message body.
SimpleQueueHandler(AmazonSQS, String, Consumer<String>)
- Constructor for class pl.chilldev.commons.aws.sqs.
SimpleQueueHandler
Initializes handler.
SimpleQueueHandler(String, Consumer<String>)
- Constructor for class pl.chilldev.commons.aws.sqs.
SimpleQueueHandler
Initializes handler with the default SQS client.
T
TopicClient
- Class in
pl.chilldev.commons.aws.sns
Topic-wrapped AWS SNS client.
TopicClient(ObjectMapper, String)
- Constructor for class pl.chilldev.commons.aws.sns.
TopicClient
Initializes client wrapper with the default SNS client.
TopicClient(AmazonSNS, ObjectMapper, String)
- Constructor for class pl.chilldev.commons.aws.sns.
TopicClient
toString()
- Method in class pl.chilldev.commons.aws.cloudformation.
CustomResourceResponse
TypedNotificationHandler
- Class in
pl.chilldev.commons.aws.sns
SNS notifications handler that processes typed message.
TypedNotificationHandler(ObjectMapper, Consumer<Type>, Class<Type>)
- Constructor for class pl.chilldev.commons.aws.sns.
TypedNotificationHandler
Initializes SNS handler.
TypedQueueHandler
- Class in
pl.chilldev.commons.aws.sqs
SQS queue handler that processes typed message.
TypedQueueHandler(AmazonSQS, String, ObjectMapper, Consumer<Type>, Class<Type>)
- Constructor for class pl.chilldev.commons.aws.sqs.
TypedQueueHandler
Initializes SQS handler.
TypedQueueHandler(String, ObjectMapper, Consumer<Type>, Class<Type>)
- Constructor for class pl.chilldev.commons.aws.sqs.
TypedQueueHandler
Initializes SQS handler.
C
E
G
H
M
N
P
Q
S
T
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2017–2018
RafaĆ Wrzeszcz - Wrzasq.pl
. All rights reserved.