Spring Integration AWS Support
A B C D E F G H I L M O P R S U V W 

P

PaginatedObjectsView - Interface in org.springframework.integration.aws.s3.core
Returns the Paginated view of the objects in Amazon S3 for the queries bucket See AmazonS3Operations for more details on various operations on S3
parseConsumer(Element, ParserContext) - Method in class org.springframework.integration.aws.config.xml.AbstractAWSOutboundChannelAdapterParser
 
parseSource(Element, ParserContext) - Method in class org.springframework.integration.aws.s3.config.xml.AmazonS3InboundChannelAdapterParser
 
PATH_SEPARATOR - Variable in class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
 
processBeanDefinition(BeanDefinitionBuilder, String, Element, ParserContext) - Method in class org.springframework.integration.aws.config.xml.AbstractAWSOutboundChannelAdapterParser
The subclasses can override this method to set additional attributes and perform some additional operations on the BeanDefinitionBuilder
processBeanDefinition(BeanDefinitionBuilder, String, Element, ParserContext) - Method in class org.springframework.integration.aws.s3.config.xml.AmazonS3OutboundChannelAdapterParser
This is where we will be instantiating the AmazonS3Operations instance and passing it to the MessageHandler
PROPERTIES_FILE - Static variable in class org.springframework.integration.aws.config.xml.AmazonWSParserUtils
 
PropertiesAWSCredentials - Class in org.springframework.integration.aws.core
Load the AWS credentials from the .properties file
PropertiesAWSCredentials(String) - Constructor for class org.springframework.integration.aws.core.PropertiesAWSCredentials
.
putObject(String, String, String, AmazonS3Object) - Method in class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
The implementation of the core common operations that would be performed before and after the subclass does the actual work of putting the object to the given bucket
putObject(String, String, String, AmazonS3Object) - Method in interface org.springframework.integration.aws.s3.core.AmazonS3Operations
Put the given AmazonS3Object in the provided bucket in the folder specified with the name given The object if exists, will be overwritten and the folder path hierarchy if absent will be created
A B C D E F G H I L M O P R S U V W 
Spring Integration AWS Support