Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractAwsAsyncProcessor<T,U> - Class in org.apache.nifi.processors.aws.v2
Base class for aws async client processors using the AWS v2 SDK.
AbstractAwsAsyncProcessor() - Constructor for class org.apache.nifi.processors.aws.v2.AbstractAwsAsyncProcessor
 
AbstractAWSCredentialsProviderProcessor<ClientType> - Class in org.apache.nifi.processors.aws
Base class for AWS processors that uses AWSCredentialsProvider interface for creating AWS clients.
AbstractAWSCredentialsProviderProcessor() - Constructor for class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
AbstractAwsMachineLearningJobStarter<Q,B,R,T,U> - Class in org.apache.nifi.processors.aws.ml
 
AbstractAwsMachineLearningJobStarter() - Constructor for class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
AbstractAwsMachineLearningJobStatusProcessor<T,U> - Class in org.apache.nifi.processors.aws.ml
 
AbstractAwsMachineLearningJobStatusProcessor() - Constructor for class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
AbstractAwsProcessor<T> - Class in org.apache.nifi.processors.aws.v2
Base class for aws processors using the AWS v2 SDK.
AbstractAwsProcessor() - Constructor for class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
AbstractAwsSyncProcessor<T,U> - Class in org.apache.nifi.processors.aws.v2
Base class for aws sync client processors using the AWS v2 SDK.
AbstractAwsSyncProcessor() - Constructor for class org.apache.nifi.processors.aws.v2.AbstractAwsSyncProcessor
 
AbstractDynamoDBProcessor - Class in org.apache.nifi.processors.aws.dynamodb
Base class for NiFi dynamo db related processors
AbstractDynamoDBProcessor() - Constructor for class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
AbstractS3Processor - Class in org.apache.nifi.processors.aws.s3
 
AbstractS3Processor() - Constructor for class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
accessKey - Variable in class org.apache.nifi.processors.aws.credentials.provider.PropertiesCredentialsProvider
 
ALLOWABLE_VALUE_NUMBER - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
ALLOWABLE_VALUE_STRING - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
API_GATEWAY_SERVICE_NAME - Static variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
API_KEY_HEADER - Static variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
apiKey - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
apiKey - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
ATTRIBUTE_DEFINED_REGION - Static variable in class org.apache.nifi.processors.aws.util.RegionUtilV1
 
AUTH_SERVICE_ACCESS_KEY - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
AUTH_SERVICE_ACCESS_KEY - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
AUTH_SERVICE_ANONYMOUS_CREDENTIALS - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
AUTH_SERVICE_ANONYMOUS_CREDENTIALS - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
AUTH_SERVICE_CREDENTIALS_FILE - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
AUTH_SERVICE_CREDENTIALS_FILE - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
AUTH_SERVICE_SECRET_KEY - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
AUTH_SERVICE_SECRET_KEY - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
AWS_CREDENTIALS_PROVIDER_SERVICE - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
AWS_CREDENTIALS_PROVIDER_SERVICE - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
AWS_DYNAMO_DB_ITEM_SIZE_ERROR - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
AWS_S3_V2_SIGNER - Enum constant in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
AWS_S3_V4_SIGNER - Enum constant in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
AWS_TASK_OUTPUT_LOCATION - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
AWS_V4_SIGNER - Enum constant in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
AwsCustomSignerUtil - Class in org.apache.nifi.processors.aws.signer
 
AwsCustomSignerUtil() - Constructor for class org.apache.nifi.processors.aws.signer.AwsCustomSignerUtil
 
AwsHttpClientConfigurer - Interface in org.apache.nifi.processors.aws.v2
 
AwsSignerType - Enum Class in org.apache.nifi.processors.aws.signer
 
AwsSignerType(String, String) - Constructor for enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
AwsSignerType(String, String, String) - Constructor for enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 

B

BATCH_SIZE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
body - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
body - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
body - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayResponse
 
BUCKET_WITH_DEFAULT_VALUE - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
BUCKET_WITHOUT_DEFAULT_VALUE - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
build() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
build() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
buildExecutionContext() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
buildRequest(ProcessSession, ProcessContext, FlowFile) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
buildRequestHeaders(Map<String, String>, String) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 

C

CANNED_ACL - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
clientCache - Variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
clientCache - Variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
clientConfiguration - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
COMMON_RELATIONSHIPS - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
COMMON_RELATIONSHIPS - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
configureBasicSettings(Duration, int) - Method in interface org.apache.nifi.processors.aws.v2.AwsHttpClientConfigurer
 
configureClientBuilder(B, Region, ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
configureClientBuilder(B, Region, ProcessContext, PropertyDescriptor) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
configureEndpoint(ProcessContext, SdkClientBuilder<?, ?>, PropertyDescriptor) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
configureHttpClient(B, ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsAsyncProcessor
 
configureHttpClient(B, ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
Configure the http client on the builder.
configureHttpClient(B, ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsSyncProcessor
 
configureProxy(ProxyConfiguration) - Method in interface org.apache.nifi.processors.aws.v2.AwsHttpClientConfigurer
 
configureSdkHttpClient(ProcessContext, AwsHttpClientConfigurer) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
configureTls(TlsTrustManagersProvider, TlsKeyManagersProvider) - Method in interface org.apache.nifi.processors.aws.v2.AwsHttpClientConfigurer
 
createACL(ProcessContext, FlowFile) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
Create AccessControlList if appropriate properties are configured.
createAllowableValue(Regions) - Static method in class org.apache.nifi.processors.aws.util.RegionUtilV1
 
createAllowableValue(Region) - Static method in class org.apache.nifi.processors.aws.v2.RegionUtilV2
Creates an AllowableValue from a Region.
createCannedACL(ProcessContext, FlowFile) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
Create CannedAccessControlList if AbstractS3Processor.CANNED_ACL property specified.
createClient(ProcessContext) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
createClient(ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
createClient(ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsSyncProcessor
Creates the AWS SDK client.
createClient(ProcessContext, AWSCredentialsProvider, Region, ClientConfiguration, AwsClientBuilder.EndpointConfiguration) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
Abstract method to create AWS client using credentials provider.
createClient(ProcessContext, AWSCredentialsProvider, Region, ClientConfiguration, AwsClientBuilder.EndpointConfiguration) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
Create client using credentials provider.
createClient(ProcessContext, Region) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
Attempts to create the client using the controller service first before falling back to the standard configuration.
createClient(ProcessContext, Map<String, String>) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
Creates the client from the context and FlowFile attributes
createClient(ProcessContext, Region) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsAsyncProcessor
Creates the AWS SDK client.
createClient(ProcessContext, Region) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
Creates an AWS client using process context and AWS client details.
createClient(ProcessContext, Region) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsSyncProcessor
 
createClientBuilder(ProcessContext) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
createClientBuilder(ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsAsyncProcessor
Construct the AWS SDK client builder and perform any service-specific configuration of the builder.
createClientBuilder(ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsSyncProcessor
Construct the AWS SDK client builder and perform any service-specific configuration of the builder.
createConfiguration(PropertyContext, int) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
createConfiguration(ProcessContext) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
createGrantee(String) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
createGrantees(String) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
createSdkAsyncHttpClient(B, ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsAsyncProcessor
 
createSdkHttpClient(ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsSyncProcessor
 
credentials - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
credentials - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
CREDENTIALS_SERVICE_CLASSNAME - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
CREDENTIALS_SERVICE_CLASSNAME - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
CUSTOM_SIGNER - Enum constant in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
customizeAsyncHttpClientBuilderConfiguration(ProcessContext, NettyNioAsyncHttpClient.Builder, Class<? extends AwsClientBuilder>) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsAsyncProcessor
Customize the NettyNioAsyncHttpClient.Builder for the given AwsClientBuilder class.

D

DEFAULT_SIGNER - Enum constant in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
DEFAULT_USER_AGENT - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
description - Variable in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
displayName - Variable in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
DOCUMENT_CHARSET - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ERROR_CODE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ERROR_EXCEPTION_MESSAGE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ERROR_MESSAGE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ERROR_REQUEST_ID - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ERROR_RETRYABLE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ERROR_SERVICE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ERROR_STATUS_CODE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_HASH_KEY_VALUE_ERROR - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ITEM_HASH_KEY_VALUE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ITEM_IO_ERROR - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_ITEM_RANGE_KEY_VALUE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_KEY_ERROR_NOT_FOUND - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_KEY_ERROR_NOT_FOUND_MESSAGE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_KEY_ERROR_UNPROCESSED - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
DYNAMODB_RANGE_KEY_VALUE_ERROR - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 

E

ENCRYPTION_SERVICE - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
endpoint - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
endpoint - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
ENDPOINT_OVERRIDE - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
ENDPOINT_OVERRIDE - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
equals(Object) - Method in class org.apache.nifi.processors.aws.dynamodb.ItemKeys
 
errorResponseHandler - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
execute(HttpMethodName, String, Map<String, String>, Map<String, List<String>>, InputStream) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
execute(GenericApiGatewayRequest) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
extractExceptionDetails(Exception, ProcessSession, FlowFile) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 

F

FAILURE_REASON_ATTRIBUTE - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
filterMessagesByMaxSize(ProcessSession, int, long, String, ComponentLog) - Static method in class org.apache.nifi.processors.aws.kinesis.KinesisProcessorUtils
Filters messages by max size, transferring any flowfiles larger than the max size to Failure.
forValue(String) - Static method in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
FULL_CONTROL_USER_LIST - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 

G

GenericApiGatewayClient - Class in org.apache.nifi.processors.aws.wag.client
 
GenericApiGatewayClient(ClientConfiguration, String, Region, AWSCredentialsProvider, String, AmazonHttpClient) - Constructor for class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
GenericApiGatewayClientBuilder - Class in org.apache.nifi.processors.aws.wag.client
 
GenericApiGatewayClientBuilder() - Constructor for class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
GenericApiGatewayException - Exception Class in org.apache.nifi.processors.aws.wag.client
 
GenericApiGatewayException(String) - Constructor for exception class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayException
 
GenericApiGatewayException(String, Exception) - Constructor for exception class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayException
 
GenericApiGatewayRequest - Class in org.apache.nifi.processors.aws.wag.client
 
GenericApiGatewayRequest(HttpMethodName, String, InputStream, Map<String, String>, Map<String, List<String>>) - Constructor for class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
GenericApiGatewayRequestBuilder - Class in org.apache.nifi.processors.aws.wag.client
 
GenericApiGatewayRequestBuilder() - Constructor for class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
GenericApiGatewayResponse - Class in org.apache.nifi.processors.aws.wag.client
 
GenericApiGatewayResponse(HttpResponse) - Constructor for class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayResponse
 
getApiKey() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
getAttributeValue(ProcessContext, PropertyDescriptor, PropertyDescriptor, Map<String, String>) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
getAvailableRegions() - Static method in class org.apache.nifi.processors.aws.util.RegionUtilV1
 
getAvailableRegions() - Static method in class org.apache.nifi.processors.aws.v2.RegionUtilV2
 
getAvailableS3Regions() - Static method in class org.apache.nifi.processors.aws.util.RegionUtilV1
 
getAwsRequestBuilderClass(ProcessContext, FlowFile) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
getAwsTaskId(ProcessContext, R, FlowFile) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
getBody() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
getBody() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayResponse
 
getClient(ProcessContext) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
getClient(ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
getClient(ProcessContext, Region) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
Creates an AWS service client from the context or returns an existing client from the cache
getClient(ProcessContext, Region) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
Creates an AWS service client from the context or returns an existing client from the cache
getClientConfiguration() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
getCommonPropertyDescriptors() - Static method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
getCommonPropertyDescriptors() - Static method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
getCredentials() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
getCredentialsProvider(ProcessContext) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
getCredentialsProvider(ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
Get credentials provider using the AwsCredentialsProvider
getDescription() - Method in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
getDisplayName() - Method in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
getEndpoint() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
getEndpoint() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
getEndpointConfiguration(ProcessContext, Region) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
getHeaders() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
getHttpClient() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
getHttpMethod() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
getHttpResponse() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayResponse
 
getParameters() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
getPayload(ProcessSession, ProcessContext, FlowFile) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
getRegion() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
getRegion() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
getRegion(ProcessContext) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
getRegion(ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
getRelationships() - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
getRelationships() - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
getRelationships() - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
getRelationships() - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
getRelationships() - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
getResourcePath() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
getS3Client(ProcessContext, Map<String, String>) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
Creates and configures the client from the context and FlowFile attributes or returns an existing client from cache
getServiceNameIntern() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
getSupportedPropertyDescriptors() - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
getValue() - Method in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 

H

handleFlowFileTooBig(ProcessSession, FlowFile, String, ComponentLog) - Static method in class org.apache.nifi.processors.aws.kinesis.KinesisProcessorUtils
 
hasBody() - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
HASH_KEY_NAME - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
HASH_KEY_VALUE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
HASH_KEY_VALUE_TYPE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
hashCode() - Method in class org.apache.nifi.processors.aws.dynamodb.ItemKeys
 
hashKey - Variable in class org.apache.nifi.processors.aws.dynamodb.ItemKeys
 
headers - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
headers - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
httpClient - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
httpMethod - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
httpMethod - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
httpResponse - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayResponse
 

I

initializeSignerOverride(ProcessContext, ClientConfiguration) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
isAttributeDefinedRegion(ProcessContext) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
isBlank(AttributeValue) - Static method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
isHashKeyValueConsistent(String, AttributeValue, ProcessSession, FlowFile) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
isRangeKeyValueConsistent(String, AttributeValue, ProcessSession, FlowFile) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
ItemKeys - Class in org.apache.nifi.processors.aws.dynamodb
Utility class to keep a map of keys and flow files
ItemKeys(AttributeValue, AttributeValue) - Constructor for class org.apache.nifi.processors.aws.dynamodb.ItemKeys
 

J

JSON_DOCUMENT - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
JSON_PAYLOAD - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 

K

KEY - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
KinesisProcessorUtils - Class in org.apache.nifi.processors.aws.kinesis
This class provides a base for all kinesis processors
KinesisProcessorUtils() - Constructor for class org.apache.nifi.processors.aws.kinesis.KinesisProcessorUtils
 

L

LOOKUP_MAP - Static variable in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 

M

MANDATORY_AWS_CREDENTIALS_PROVIDER_SERVICE - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
MANDATORY_AWS_CREDENTIALS_PROVIDER_SERVICE - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
MAPPER - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
MAPPER - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
MAX_MESSAGE_SIZE - Static variable in class org.apache.nifi.processors.aws.kinesis.KinesisProcessorUtils
Max buffer size 1 MB
migrateAuthenticationProperties(PropertyConfiguration) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
migrateAuthenticationProperties(PropertyConfiguration) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
migrateProperties(PropertyConfiguration) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
migrateProperties(PropertyConfiguration) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
migrateProperties(PropertyConfiguration) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
migrateProperties(PropertyConfiguration) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 

N

notEmpty(String, String) - Static method in class org.apache.nifi.processors.aws.wag.client.Validate
 
notNull(Object, String) - Static method in class org.apache.nifi.processors.aws.wag.client.Validate
 

O

OBSOLETE_ACCESS_KEY - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
OBSOLETE_ACCESS_KEY - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
OBSOLETE_CREDENTIALS_FILE - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
OBSOLETE_CREDENTIALS_FILE - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
OBSOLETE_PROXY_HOST - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
OBSOLETE_PROXY_HOST - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
OBSOLETE_PROXY_PASSWORD - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
OBSOLETE_PROXY_PASSWORD - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
OBSOLETE_PROXY_PORT - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
OBSOLETE_PROXY_PORT - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
OBSOLETE_PROXY_USERNAME - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
OBSOLETE_PROXY_USERNAME - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
OBSOLETE_SECRET_KEY - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
OBSOLETE_SECRET_KEY - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
onScheduled(ProcessContext) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
onScheduled(ProcessContext) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
onScheduled(ProcessContext) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
onStopped() - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
onStopped() - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
onTrigger(ProcessContext, ProcessSession) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
onTrigger(ProcessContext, ProcessSessionFactory) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
org.apache.nifi.processors.aws - package org.apache.nifi.processors.aws
 
org.apache.nifi.processors.aws.credentials.provider - package org.apache.nifi.processors.aws.credentials.provider
 
org.apache.nifi.processors.aws.dynamodb - package org.apache.nifi.processors.aws.dynamodb
 
org.apache.nifi.processors.aws.kinesis - package org.apache.nifi.processors.aws.kinesis
 
org.apache.nifi.processors.aws.ml - package org.apache.nifi.processors.aws.ml
 
org.apache.nifi.processors.aws.s3 - package org.apache.nifi.processors.aws.s3
 
org.apache.nifi.processors.aws.signer - package org.apache.nifi.processors.aws.signer
 
org.apache.nifi.processors.aws.util - package org.apache.nifi.processors.aws.util
 
org.apache.nifi.processors.aws.v2 - package org.apache.nifi.processors.aws.v2
 
org.apache.nifi.processors.aws.wag.client - package org.apache.nifi.processors.aws.wag.client
 
OWNER - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 

P

parameters - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
parameters - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
parseS3RegionValue(String) - Static method in class org.apache.nifi.processors.aws.util.RegionUtilV1
 
postProcessFlowFile(ProcessContext, ProcessSession, FlowFile, R) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
processException(ProcessSession, List<FlowFile>, Exception) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
processSdkException(ProcessSession, List<FlowFile>, SdkException) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
processServiceException(ProcessSession, List<FlowFile>, AwsServiceException) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
PropertiesCredentialsProvider - Class in org.apache.nifi.processors.aws.credentials.provider
 
PropertiesCredentialsProvider(File) - Constructor for class org.apache.nifi.processors.aws.credentials.provider.PropertiesCredentialsProvider
 
PROPERTY_DESCRIPTORS - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
PROPERTY_DESCRIPTORS - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
PROXY_CONFIGURATION_SERVICE - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
PROXY_CONFIGURATION_SERVICE - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
putAttribute(ProcessSession, FlowFile, String, Object) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 

R

RANGE_KEY_NAME - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
RANGE_KEY_VALUE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
RANGE_KEY_VALUE_TYPE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
rangeKey - Variable in class org.apache.nifi.processors.aws.dynamodb.ItemKeys
 
READ_ACL_LIST - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
READ_USER_LIST - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
readFlowFile(ProcessSession, FlowFile) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
region - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
region - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
REGION - Static variable in class org.apache.nifi.processors.aws.util.RegionUtilV1
 
REGION - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
RegionUtilV1 - Class in org.apache.nifi.processors.aws.util
Utility class for AWS region methods.
RegionUtilV1() - Constructor for class org.apache.nifi.processors.aws.util.RegionUtilV1
 
RegionUtilV2 - Class in org.apache.nifi.processors.aws.v2
Utility class for AWS region methods.
RegionUtilV2() - Constructor for class org.apache.nifi.processors.aws.v2.RegionUtilV2
 
registerCustomSigner(String) - Static method in class org.apache.nifi.processors.aws.signer.AwsCustomSignerUtil
 
REL_FAILURE - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
REL_FAILURE - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
REL_FAILURE - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
REL_ORIGINAL - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
REL_ORIGINAL - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
REL_RUNNING - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
REL_SUCCESS - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
REL_SUCCESS - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
REL_SUCCESS - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
REL_THROTTLED - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
REL_UNPROCESSED - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
RELATIONSHIPS - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
RELATIONSHIPS - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
RELATIONSHIPS - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
resolveCredentials() - Method in class org.apache.nifi.processors.aws.credentials.provider.PropertiesCredentialsProvider
 
resolveS3Region(PropertyContext, Map<String, String>) - Static method in class org.apache.nifi.processors.aws.util.RegionUtilV1
 
resourcePath - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequest
 
resourcePath - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
responseHandler - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 

S

S3_CUSTOM_SIGNER_CLASS_NAME - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
S3_CUSTOM_SIGNER_MODULE_LOCATION - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
S3_REGION - Static variable in class org.apache.nifi.processors.aws.util.RegionUtilV1
 
S3_REGION_ATTRIBUTE - Static variable in class org.apache.nifi.processors.aws.util.RegionUtilV1
 
secretAccessKey - Variable in class org.apache.nifi.processors.aws.credentials.provider.PropertiesCredentialsProvider
 
sendRequest(Q, ProcessContext, FlowFile) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
sendUnprocessedToUnprocessedRelationship(ProcessSession, Map<ItemKeys, FlowFile>, AttributeValue, AttributeValue) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
Send unhandled items to failure and remove the flow files from key to flow file map
signer - Variable in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClient
 
SIGNER_OVERRIDE - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
SSL_CONTEXT_SERVICE - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
SSL_CONTEXT_SERVICE - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 

T

TABLE - Static variable in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
TASK_ID - Static variable in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
TIMEOUT - Static variable in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
TIMEOUT - Static variable in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
toString() - Method in class org.apache.nifi.processors.aws.dynamodb.ItemKeys
 

U

USE_CHUNKED_ENCODING - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
USE_PATH_STYLE_ACCESS - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 

V

Validate - Class in org.apache.nifi.processors.aws.wag.client
 
Validate() - Constructor for class org.apache.nifi.processors.aws.wag.client.Validate
 
validateHashKeyValue(AttributeValue) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
validateRangeKeyValue(String, AttributeValue) - Method in class org.apache.nifi.processors.aws.dynamodb.AbstractDynamoDBProcessor
 
value - Variable in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
 
valueOf(String) - Static method in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.apache.nifi.processors.aws.signer.AwsSignerType
Returns an array containing the constants of this enum class, in the order they are declared.
verify(ProcessContext, ComponentLog, Map<String, String>) - Method in class org.apache.nifi.processors.aws.AbstractAWSCredentialsProviderProcessor
 
verify(ProcessContext, ComponentLog, Map<String, String>) - Method in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
verify(ProcessContext, ComponentLog, Map<String, String>) - Method in class org.apache.nifi.processors.aws.v2.AbstractAwsProcessor
 
VERSION_ID - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 

W

withApiKey(String) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
withBody(InputStream) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
withClientConfiguration(ClientConfiguration) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
withCredentials(AWSCredentialsProvider) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
withEndpoint(String) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
withHeaders(Map<String, String>) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
withHttpClient(AmazonHttpClient) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
withHttpMethod(HttpMethodName) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
withParameters(Map<String, List<String>>) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
withRegion(Region) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayClientBuilder
 
withResourcePath(String) - Method in class org.apache.nifi.processors.aws.wag.client.GenericApiGatewayRequestBuilder
 
WRITE_ACL_LIST - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
WRITE_USER_LIST - Static variable in class org.apache.nifi.processors.aws.s3.AbstractS3Processor
 
writeToFlowFile(ProcessSession, FlowFile, R) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStarter
 
writeToFlowFile(ProcessSession, FlowFile, AwsResponse) - Method in class org.apache.nifi.processors.aws.ml.AbstractAwsMachineLearningJobStatusProcessor
 
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form