JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration AWS Support
Prev Letter
Next Letter
Frames
No Frames
All Classes
A
B
C
D
E
F
G
H
I
L
M
O
P
R
S
U
V
W
D
decodeBase64(byte[])
- Static method in class org.springframework.integration.aws.core.
AWSCommonUtils
Decodes the given base 64 raw bytes
DEFAULT_AWS_ACCESS_KEY_PROPERTY
- Static variable in class org.springframework.integration.aws.core.
PropertiesAWSCredentials
DEFAULT_AWS_SECRET_KEY_PROPERTY
- Static variable in class org.springframework.integration.aws.core.
PropertiesAWSCredentials
DEFAULT_PROTOCOL
- Static variable in class org.springframework.integration.aws.core.
AbstractAWSClientFactory
The default protocol to be used in case none is provided
DefaultAmazonS3Operations
- Class in
org.springframework.integration.aws.s3.core
The default, out of the box implementation of the
AmazonS3Operations
that is implemented using AWS SDK.
DefaultAmazonS3Operations(AWSCredentials)
- Constructor for class org.springframework.integration.aws.s3.core.
DefaultAmazonS3Operations
Constructor
DefaultAmazonSESMailSender
- Class in
org.springframework.integration.aws.ses.core
The implementation class for sending mail using the Amazon SES service
DefaultAmazonSESMailSender(AWSCredentials)
- Constructor for class org.springframework.integration.aws.ses.core.
DefaultAmazonSESMailSender
DefaultFileNameGenerationStrategy
- Class in
org.springframework.integration.aws.s3
The Default file name generation strategy.
DefaultFileNameGenerationStrategy()
- Constructor for class org.springframework.integration.aws.s3.
DefaultFileNameGenerationStrategy
doGetObject(String, String)
- Method in class org.springframework.integration.aws.s3.core.
AbstractAmazonS3Operations
Gets the object from the given bucket with the given key using the AWS SDK implementation
doGetObject(String, String)
- Method in class org.springframework.integration.aws.s3.core.
DefaultAmazonS3Operations
Gets the object from the given bucket with the given key using the AWS SDK implementation
doListObjects(String, String, int, String)
- Method in class org.springframework.integration.aws.s3.core.
AbstractAmazonS3Operations
The implementation should use the appropriate API to list objects from the given bucket
doListObjects(String, String, int, String)
- Method in class org.springframework.integration.aws.s3.core.
DefaultAmazonS3Operations
The implementation that uses the AWS SDK to list objects from the given bucket
doPut(String, String, File, AmazonS3ObjectACL, Map<String, String>, String)
- Method in class org.springframework.integration.aws.s3.core.
AbstractAmazonS3Operations
The abstract method to be implemented by the subclass that would be doing the job of uploading the given file against the given key in the given bucket
doPut(String, String, File, AmazonS3ObjectACL, Map<String, String>, String)
- Method in class org.springframework.integration.aws.s3.core.
DefaultAmazonS3Operations
The implementation puts the given
File
instance to the provided bucket against the given key.
A
B
C
D
E
F
G
H
I
L
M
O
P
R
S
U
V
W
Overview
Package
Class
Tree
Deprecated
Index
Help
Spring Integration AWS Support
Prev Letter
Next Letter
Frames
No Frames
All Classes