Index

A C G O S 
All Classes and Interfaces|All Packages|Constant Field Values

A

AmazonS3EncryptionService - Interface in org.apache.nifi.processors.aws.s3
This interface defines how clients interact with an S3 encryption service.
AwsCredentialsProviderService - Interface in org.apache.nifi.processors.aws.credentials.provider
AwsCredentialsProviderService interface to support getting AwsCredentialsProvider used for instantiating aws clients using the v2 SDK.
AWSCredentialsProviderService - Interface in org.apache.nifi.processors.aws.credentials.provider.service
AWSCredentialsProviderService interface to support getting AWSCredentialsProvider used for instantiating aws clients

C

configureGetObjectRequest(GetObjectRequest, ObjectMetadata) - Method in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
Configure a GetObjectRequest for encryption.
configureInitiateMultipartUploadRequest(InitiateMultipartUploadRequest, ObjectMetadata) - Method in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
Configure an InitiateMultipartUploadRequest for encryption.
configurePutObjectRequest(PutObjectRequest, ObjectMetadata) - Method in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
Configure a PutObjectRequest for encryption.
configureUploadPartRequest(UploadPartRequest, ObjectMetadata) - Method in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
Configure an UploadPartRequest for encryption.
createEncryptionClient(Consumer<AmazonS3Builder<?, ?>>) - Method in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
Create an S3 encryption client.

G

getAwsCredentialsProvider() - Method in interface org.apache.nifi.processors.aws.credentials.provider.AwsCredentialsProviderService
Get credentials provider for Java SDK v2
getAwsCredentialsProvider() - Method in interface org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderService
Default implementation of getAwsCredentialsProvider() throwing UnsupportedOperationException.
getCredentialsProvider() - Method in interface org.apache.nifi.processors.aws.credentials.provider.service.AWSCredentialsProviderService
Get credentials provider for Java SDK v1
getKmsRegion() - Method in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
 
getStrategyDisplayName() - Method in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
 
getStrategyName() - Method in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
 

O

org.apache.nifi.processors.aws.credentials.provider - package org.apache.nifi.processors.aws.credentials.provider
 
org.apache.nifi.processors.aws.credentials.provider.service - package org.apache.nifi.processors.aws.credentials.provider.service
 
org.apache.nifi.processors.aws.s3 - package org.apache.nifi.processors.aws.s3
 

S

STRATEGY_NAME_CSE_C - Static variable in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
 
STRATEGY_NAME_CSE_KMS - Static variable in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
 
STRATEGY_NAME_NONE - Static variable in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
 
STRATEGY_NAME_SSE_C - Static variable in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
 
STRATEGY_NAME_SSE_KMS - Static variable in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
 
STRATEGY_NAME_SSE_S3 - Static variable in interface org.apache.nifi.processors.aws.s3.AmazonS3EncryptionService
 
A C G O S 
All Classes and Interfaces|All Packages|Constant Field Values