- S3_REF - Static variable in class org.springframework.integration.aws.config.xml.AwsParserUtils
-
- S3InboundChannelAdapterParser - Class in org.springframework.integration.aws.config.xml
-
Parser for the AWS 's3-inbound-channel-adapter' element.
- S3InboundChannelAdapterParser() - Constructor for class org.springframework.integration.aws.config.xml.S3InboundChannelAdapterParser
-
- S3InboundFileSynchronizer - Class in org.springframework.integration.aws.inbound
-
An implementation of AbstractInboundFileSynchronizer
for Amazon S3.
- S3InboundFileSynchronizer() - Constructor for class org.springframework.integration.aws.inbound.S3InboundFileSynchronizer
-
- S3InboundFileSynchronizer(AmazonS3) - Constructor for class org.springframework.integration.aws.inbound.S3InboundFileSynchronizer
-
- S3InboundFileSynchronizer(SessionFactory<S3ObjectSummary>) - Constructor for class org.springframework.integration.aws.inbound.S3InboundFileSynchronizer
-
Create a synchronizer with the SessionFactory
used to acquire Session
instances.
- S3InboundFileSynchronizingMessageSource - Class in org.springframework.integration.aws.inbound
-
A MessageSource
implementation for the Amazon S3.
- S3InboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<S3ObjectSummary>) - Constructor for class org.springframework.integration.aws.inbound.S3InboundFileSynchronizingMessageSource
-
- S3InboundFileSynchronizingMessageSource(AbstractInboundFileSynchronizer<S3ObjectSummary>, Comparator<File>) - Constructor for class org.springframework.integration.aws.inbound.S3InboundFileSynchronizingMessageSource
-
- S3MessageHandler - Class in org.springframework.integration.aws.outbound
-
The AbstractReplyProducingMessageHandler
implementation for the Amazon S3 services.
- S3MessageHandler(AmazonS3, String) - Constructor for class org.springframework.integration.aws.outbound.S3MessageHandler
-
- S3MessageHandler(AmazonS3, Expression) - Constructor for class org.springframework.integration.aws.outbound.S3MessageHandler
-
- S3MessageHandler(AmazonS3, String, boolean) - Constructor for class org.springframework.integration.aws.outbound.S3MessageHandler
-
- S3MessageHandler(AmazonS3, Expression, boolean) - Constructor for class org.springframework.integration.aws.outbound.S3MessageHandler
-
- S3MessageHandler(TransferManager, String) - Constructor for class org.springframework.integration.aws.outbound.S3MessageHandler
-
- S3MessageHandler(TransferManager, Expression) - Constructor for class org.springframework.integration.aws.outbound.S3MessageHandler
-
- S3MessageHandler(TransferManager, String, boolean) - Constructor for class org.springframework.integration.aws.outbound.S3MessageHandler
-
- S3MessageHandler(TransferManager, Expression, boolean) - Constructor for class org.springframework.integration.aws.outbound.S3MessageHandler
-
- S3MessageHandler.Command - Enum in org.springframework.integration.aws.outbound
-
- S3MessageHandler.UploadMetadataProvider - Interface in org.springframework.integration.aws.outbound
-
- S3OutboundChannelAdapterParser - Class in org.springframework.integration.aws.config.xml
-
The parser for the <int-aws:sns-outbound-channel-adapter>
- S3OutboundChannelAdapterParser() - Constructor for class org.springframework.integration.aws.config.xml.S3OutboundChannelAdapterParser
-
- S3OutboundGatewayParser - Class in org.springframework.integration.aws.config.xml
-
- S3OutboundGatewayParser() - Constructor for class org.springframework.integration.aws.config.xml.S3OutboundGatewayParser
-
- S3PersistentAcceptOnceFileListFilter - Class in org.springframework.integration.aws.support.filters
-
Persistent file list filter using the server's file timestamp to detect if we've already
'seen' this file.
- S3PersistentAcceptOnceFileListFilter(ConcurrentMetadataStore, String) - Constructor for class org.springframework.integration.aws.support.filters.S3PersistentAcceptOnceFileListFilter
-
- S3RegexPatternFileListFilter - Class in org.springframework.integration.aws.support.filters
-
Implementation of AbstractRegexPatternFileListFilter
for Amazon S3.
- S3RegexPatternFileListFilter(String) - Constructor for class org.springframework.integration.aws.support.filters.S3RegexPatternFileListFilter
-
- S3RegexPatternFileListFilter(Pattern) - Constructor for class org.springframework.integration.aws.support.filters.S3RegexPatternFileListFilter
-
- S3RemoteFileTemplate - Class in org.springframework.integration.aws.support
-
An Amazon S3 specific RemoteFileTemplate
extension.
- S3RemoteFileTemplate() - Constructor for class org.springframework.integration.aws.support.S3RemoteFileTemplate
-
- S3RemoteFileTemplate(AmazonS3) - Constructor for class org.springframework.integration.aws.support.S3RemoteFileTemplate
-
- S3RemoteFileTemplate(SessionFactory<S3ObjectSummary>) - Constructor for class org.springframework.integration.aws.support.S3RemoteFileTemplate
-
Construct a RemoteFileTemplate
with the supplied session factory.
- S3Session - Class in org.springframework.integration.aws.support
-
An Amazon S3 Session
implementation.
- S3Session(AmazonS3) - Constructor for class org.springframework.integration.aws.support.S3Session
-
- S3SessionFactory - Class in org.springframework.integration.aws.support
-
An Amazon S3 specific SessionFactory
implementation.
- S3SessionFactory() - Constructor for class org.springframework.integration.aws.support.S3SessionFactory
-
- S3SessionFactory(AmazonS3) - Constructor for class org.springframework.integration.aws.support.S3SessionFactory
-
- S3SimplePatternFileListFilter - Class in org.springframework.integration.aws.support.filters
-
Implementation of AbstractSimplePatternFileListFilter
for Amazon S3.
- S3SimplePatternFileListFilter(String) - Constructor for class org.springframework.integration.aws.support.filters.S3SimplePatternFileListFilter
-
- send(Object) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setBodyExpression(Expression) - Method in class org.springframework.integration.aws.outbound.SnsMessageHandler
-
The Expression
to produce the SNS notification message.
- setCommand(S3MessageHandler.Command) - Method in class org.springframework.integration.aws.outbound.S3MessageHandler
-
- setCommandExpression(Expression) - Method in class org.springframework.integration.aws.outbound.S3MessageHandler
-
The SpEL expression to evaluate the command to perform on
TransferManager
:
upload
,
download
or
copy
.
- setDestinationBucketExpression(Expression) - Method in class org.springframework.integration.aws.outbound.S3MessageHandler
-
The SpEL expression to evaluate the target S3 bucket for copy operation.
- setDestinationKeyExpression(Expression) - Method in class org.springframework.integration.aws.outbound.S3MessageHandler
-
The SpEL expression to evaluate the target S3 key for copy operation.
- setDestinationResolver(DestinationResolver<String>) - Method in class org.springframework.integration.aws.inbound.SqsMessageDrivenChannelAdapter
-
- setExtractReplyPayload(boolean) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setHandleNotificationStatus(boolean) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setHeaderExpressions(Map<String, Expression>) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setHeaderMapper(HeaderMapper<HttpHeaders>) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setKeyExpression(Expression) - Method in class org.springframework.integration.aws.outbound.S3MessageHandler
-
The SpEL expression to evaluate S3 object key at runtime against requestMessage
.
- setMaxNumberOfMessages(Integer) - Method in class org.springframework.integration.aws.inbound.SqsMessageDrivenChannelAdapter
-
- setMergeWithDefaultConverters(boolean) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setMessageConverters(List<HttpMessageConverter<?>>) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setMessageDeletionPolicy(SqsMessageDeletionPolicy) - Method in class org.springframework.integration.aws.inbound.SqsMessageDrivenChannelAdapter
-
- setMultipartResolver(MultipartResolver) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setObjectAclExpression(Expression) - Method in class org.springframework.integration.aws.outbound.S3MessageHandler
-
The SpEL expression to evaluate S3 object ACL at runtime against requestMessage
for the upload
operation.
- setPayloadExpression(Expression) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setProgressListener(S3ProgressListener) - Method in class org.springframework.integration.aws.outbound.S3MessageHandler
-
- setQueue(String) - Method in class org.springframework.integration.aws.outbound.SqsMessageHandler
-
- setQueueExpression(Expression) - Method in class org.springframework.integration.aws.outbound.SqsMessageHandler
-
- setRequestMapping(RequestMapping) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setRequestPayloadType(Class<?>) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setResourceIdResolver(ResourceIdResolver) - Method in class org.springframework.integration.aws.inbound.SqsMessageDrivenChannelAdapter
-
- setStatusCodeExpression(Expression) - Method in class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- setSubject(String) - Method in class org.springframework.integration.aws.outbound.SnsMessageHandler
-
- setSubjectExpression(Expression) - Method in class org.springframework.integration.aws.outbound.SnsMessageHandler
-
- setTaskExecutor(AsyncTaskExecutor) - Method in class org.springframework.integration.aws.inbound.SqsMessageDrivenChannelAdapter
-
- setTopicArn(String) - Method in class org.springframework.integration.aws.outbound.SnsMessageHandler
-
- setTopicArnExpression(Expression) - Method in class org.springframework.integration.aws.outbound.SnsMessageHandler
-
- setUploadMetadataProvider(S3MessageHandler.UploadMetadataProvider) - Method in class org.springframework.integration.aws.outbound.S3MessageHandler
-
Specify an
ObjectMetadata
callback to populate the metadata for upload operation,
e.g.
- setVisibilityTimeout(Integer) - Method in class org.springframework.integration.aws.inbound.SqsMessageDrivenChannelAdapter
-
- setWaitTimeOut(Integer) - Method in class org.springframework.integration.aws.inbound.SqsMessageDrivenChannelAdapter
-
- SNS_MESSAGE_TYPE - Static variable in class org.springframework.integration.aws.support.AwsHeaders
-
- SNS_PUBLISHED_MESSAGE_ID - Static variable in class org.springframework.integration.aws.support.AwsHeaders
-
- SNS_REF - Static variable in class org.springframework.integration.aws.config.xml.AwsParserUtils
-
- SnsBodyBuilder - Class in org.springframework.integration.aws.support
-
An utility class to simplify an SNS Message body building.
- SnsInboundChannelAdapter - Class in org.springframework.integration.aws.inbound
-
The HttpRequestHandlingMessagingGateway
extension for the Amazon WS SNS HTTP(S) endpoints.
- SnsInboundChannelAdapter(AmazonSNS, String...) - Constructor for class org.springframework.integration.aws.inbound.SnsInboundChannelAdapter
-
- SnsInboundChannelAdapterParser - Class in org.springframework.integration.aws.config.xml
-
The parser for the <int-aws:sns-inbound-channel-adapter>
- SnsInboundChannelAdapterParser() - Constructor for class org.springframework.integration.aws.config.xml.SnsInboundChannelAdapterParser
-
- SnsMessageHandler - Class in org.springframework.integration.aws.outbound
-
The
AbstractReplyProducingMessageHandler
implementation to send SNS Notifications
(
AmazonSNS.publish(PublishRequest)
) to the provided
topicArn
(or evaluated at runtime against
Message
).
- SnsMessageHandler(AmazonSNS) - Constructor for class org.springframework.integration.aws.outbound.SnsMessageHandler
-
- SnsMessageHandler(AmazonSNS, boolean) - Constructor for class org.springframework.integration.aws.outbound.SnsMessageHandler
-
- SnsOutboundChannelAdapterParser - Class in org.springframework.integration.aws.config.xml
-
The parser for the <int-aws:sns-outbound-channel-adapter>
- SnsOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.aws.config.xml.SnsOutboundChannelAdapterParser
-
- SnsOutboundGatewayParser - Class in org.springframework.integration.aws.config.xml
-
- SnsOutboundGatewayParser() - Constructor for class org.springframework.integration.aws.config.xml.SnsOutboundGatewayParser
-
- SQS_REF - Static variable in class org.springframework.integration.aws.config.xml.AwsParserUtils
-
- SqsMessageDrivenChannelAdapter - Class in org.springframework.integration.aws.inbound
-
The MessageProducerSupport
implementation for the Amazon SQS receiveMessage
.
- SqsMessageDrivenChannelAdapter(AmazonSQSAsync, String...) - Constructor for class org.springframework.integration.aws.inbound.SqsMessageDrivenChannelAdapter
-
- SqsMessageDrivenChannelAdapterParser - Class in org.springframework.integration.aws.config.xml
-
The parser for the <int-aws:sqs-message-driven-channel-adapter>
- SqsMessageDrivenChannelAdapterParser() - Constructor for class org.springframework.integration.aws.config.xml.SqsMessageDrivenChannelAdapterParser
-
- SqsMessageHandler - Class in org.springframework.integration.aws.outbound
-
The AbstractMessageHandler
implementation for the Amazon SQS sendMessage
.
- SqsMessageHandler(AmazonSQS) - Constructor for class org.springframework.integration.aws.outbound.SqsMessageHandler
-
- SqsMessageHandler(AmazonSQS, ResourceIdResolver) - Constructor for class org.springframework.integration.aws.outbound.SqsMessageHandler
-
- SqsMessageHandler(QueueMessagingTemplate) - Constructor for class org.springframework.integration.aws.outbound.SqsMessageHandler
-
- SqsOutboundChannelAdapterParser - Class in org.springframework.integration.aws.config.xml
-
The parser for the <int-aws:sqs-outbound-channel-adapter>
- SqsOutboundChannelAdapterParser() - Constructor for class org.springframework.integration.aws.config.xml.SqsOutboundChannelAdapterParser
-