- generateFileName(Message<?>) - Method in class org.springframework.integration.aws.s3.DefaultFileNameGenerationStrategy
-
- generateFileName(Message<?>) - Method in interface org.springframework.integration.aws.s3.FileNameGenerationStrategy
-
Generates the file name from the given message
- getAccessKey() - Method in interface org.springframework.integration.aws.core.AWSCredentials
-
Get the Access key to the Amazon WS account
- getAccessKey() - Method in exception org.springframework.integration.aws.core.AWSOperationException
-
Get the access key for the user who encountered the exception
- getAccessKey() - Method in class org.springframework.integration.aws.core.BasicAWSCredentials
-
Get the Access key to the Amazon WS account
- getAccessKeyProperty() - Method in class org.springframework.integration.aws.core.PropertiesAWSCredentials
-
.
- getAmazonWSCredentials(Element, ParserContext) - Static method in class org.springframework.integration.aws.config.xml.AmazonWSParserUtils
-
Registers the
AWSCredentials bean with the current ApplicationContext if
accessKey and secretKey is given, if the credentials-ref is given, the given value
is returned.
- getAwsEndpoint() - Method in class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
-
Gets the AWS endpoint to use for all the operations, by default if none is set then us-east-1 is
assumed.
- getBucket() - Method in exception org.springframework.integration.aws.s3.core.AmazonS3OperationException
-
Gets the bucket name for which an S3 operation failed
- getBucketName() - Method in interface org.springframework.integration.aws.s3.core.S3ObjectSummary
-
Gets the Bucket nane in which the object is kept on S3
- getClient(String) - Method in class org.springframework.integration.aws.core.AbstractAWSClientFactory
-
- getClient(String) - Method in interface org.springframework.integration.aws.core.AWSClientFactory
-
Returns the instance of the
AmazonWebServiceClient with the apropriate endpoint value
set based on the provided url value
- getClientImplementation() - Method in class org.springframework.integration.aws.core.AbstractAWSClientFactory
-
The subclass needs to implement this method and return an appropriate implementation
- getClientMap() - Method in class org.springframework.integration.aws.core.AbstractAWSClientFactory
-
Return a copy of the client map
- getContentsMD5AsBytes(File) - Static method in class org.springframework.integration.aws.core.AWSCommonUtils
-
Generates the MD5 hash of the file provided
- getContentsMD5AsBytes(String) - Static method in class org.springframework.integration.aws.core.AWSCommonUtils
-
Compute the MD5 hash of the provided String
- getETag() - Method in interface org.springframework.integration.aws.s3.core.S3ObjectSummary
-
Gets the Hex encoded 128 bit MD5 digest of the contents of the object uploaded on S3
- getFailedMessages() - Method in exception org.springframework.integration.aws.ses.core.AmazonSESMailSendException
-
Gets the map of failed messages where the failed message is the key and the exception
while sending it is the value
- getFile() - Method in interface org.springframework.integration.aws.s3.FileEvent
-
The File on which the given occurred
- getFileOperation() - Method in interface org.springframework.integration.aws.s3.FileEvent
-
The Type of the operation on the File that occurred
- getFileSource() - Method in class org.springframework.integration.aws.s3.core.AmazonS3Object
-
Gets the file source
- getFolderName() - Method in class org.springframework.integration.aws.s3.AbstractFileNameFilter
-
Gets the folder whose file are to be accepted, this path is relative to the
bucket.
- getGrantee() - Method in class org.springframework.integration.aws.s3.core.ObjectGrant
-
Gets the grantee for this particular object permission
- getGranteeType() - Method in class org.springframework.integration.aws.s3.core.Grantee
-
Gets the Particular grantee Type
- getGrants() - Method in class org.springframework.integration.aws.s3.core.AmazonS3ObjectACL
-
Gets all the grants on the object in the bucket
- getIdentifier() - Method in class org.springframework.integration.aws.s3.core.Grantee
-
Gets the particular identifier representing the grantee
- getIdentifier() - Method in enum org.springframework.integration.aws.s3.core.GroupGranteeType
-
- getInputStream() - Method in class org.springframework.integration.aws.s3.core.AmazonS3Object
-
Gets the InputStream to the resource
- getInstance() - Static method in class org.springframework.integration.aws.s3.AmazonS3ObjectBuilder
-
Gets a new instance of the builder
- getKey() - Method in interface org.springframework.integration.aws.s3.core.S3ObjectSummary
-
Gets the keys under which the Object is stored on S3
- getLastModified() - Method in interface org.springframework.integration.aws.s3.core.S3ObjectSummary
-
Gets the Date the object was last modified
- getMessageHandlerImplementation() - Method in class org.springframework.integration.aws.config.xml.AbstractAWSOutboundChannelAdapterParser
-
- getMessageHandlerImplementation() - Method in class org.springframework.integration.aws.s3.config.xml.AmazonS3OutboundChannelAdapterParser
-
- getMessageHandlerImplementation() - Method in class org.springframework.integration.aws.ses.config.xml.AmazonSESOutboundAdapterParser
-
- getMetaData() - Method in class org.springframework.integration.aws.s3.core.AmazonS3Object
-
Gets the Metadata associated with the given Amazon S3 object
- getMultipartUploadThreshold() - Method in class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
-
Get the threshold value in bytes above which multi part upload will be used
- getNextMarker() - Method in interface org.springframework.integration.aws.s3.core.PaginatedObjectsView
-
Contains the marker that can be used to get the next listing of objects from the
S3.
- getObject(String, String, String) - Method in class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
-
Gets the object from the given bucket, folder and the name.
- getObject(String, String, String) - Method in interface org.springframework.integration.aws.s3.core.AmazonS3Operations
-
Gets the Object from Amazon S3 from the specified bucket,folder and with
the given objectName
- getObjectACL() - Method in class org.springframework.integration.aws.s3.core.AmazonS3Object
-
Gets the Access controls associated with the S3 Object
- getObjectName() - Method in exception org.springframework.integration.aws.s3.core.AmazonS3OperationException
-
Gets the object name where an S3 operation failed
- getObjectSummary() - Method in interface org.springframework.integration.aws.s3.core.PaginatedObjectsView
-
Gets the Paginated List of Object names
- getPermission() - Method in class org.springframework.integration.aws.s3.core.ObjectGrant
-
Gets the Corresponding object permission
- getPropertyFileName() - Method in class org.springframework.integration.aws.core.PropertiesAWSCredentials
-
.
- getSecretKey() - Method in interface org.springframework.integration.aws.core.AWSCredentials
-
Get the Secret key to the Amazon WS account
- getSecretKey() - Method in class org.springframework.integration.aws.core.BasicAWSCredentials
-
Get the Secret key to the Amazon WS account
- getSecretKeyProperty() - Method in class org.springframework.integration.aws.core.PropertiesAWSCredentials
-
.
- getSize() - Method in interface org.springframework.integration.aws.s3.core.S3ObjectSummary
-
Gets the size of the object in bytes
- getTemporaryDirectory() - Method in class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
-
Gets the temporary directory
- getTemporaryFileSuffix() - Method in class org.springframework.integration.aws.s3.core.AbstractAmazonS3Operations
-
Gets the temporary file suffix that is appended to the file while writing to
the temporary directory
- getThreadPoolExecutor() - Method in class org.springframework.integration.aws.s3.core.DefaultAmazonS3Operations
-
Gets the thread pool executor that will be used to upload the object in multiparts
concurrently
- getUserMetaData() - Method in class org.springframework.integration.aws.s3.core.AmazonS3Object
-
Gets the User Metadata associated with given Amazon S3 object
- Grantee - Class in org.springframework.integration.aws.s3.core
-
Indicates the Grantee who is being given the Access to a particular resource on S3
- Grantee() - Constructor for class org.springframework.integration.aws.s3.core.Grantee
-
- Grantee(String, GranteeType) - Constructor for class org.springframework.integration.aws.s3.core.Grantee
-
- GranteeType - Enum in org.springframework.integration.aws.s3.core
-
Identifies the type of the grantee.
- GroupGranteeType - Enum in org.springframework.integration.aws.s3.core
-
Various types of Groups who can be granted permissions on amazon S3 objects