Uses of Interface
org.apache.camel.builder.component.dsl.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder
Packages that use Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder
-
Uses of Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.aws2Rekognition()AWS Rekognition (camel-aws2-rekognition) Manage and invoke AWS Rekognition. -
Uses of Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Aws2RekognitionComponentBuilderFactory.aws2Rekognition()AWS Rekognition (camel-aws2-rekognition) Manage and invoke AWS Rekognition.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.awsRekognitionClient(software.amazon.awssdk.services.rekognition.RekognitionClient awsRekognitionClient) To use an existing configured AwsRekognitionClient client.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.configuration(org.apache.camel.component.aws2.rekognition.Rekognition2Configuration configuration) Component configuration.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.healthCheckConsumerEnabled(boolean healthCheckConsumerEnabled) Used for enabling or disabling all consumer based health checks from this component.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.healthCheckProducerEnabled(boolean healthCheckProducerEnabled) Used for enabling or disabling all producer based health checks from this component.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.operation(org.apache.camel.component.aws2.rekognition.Rekognition2Operations operation) The operation to perform.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overriding the endpoint.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider, this parameter will set the profile name.To define a proxy host when instantiating the Rekognition client.To define a proxy port when instantiating the Rekognition client.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the Rekognition client.The region in which Rekognition client needs to work.Amazon AWS Secret Key.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.sessionToken(String sessionToken) Amazon AWS Session Token used when the user needs to assume an IAM role.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the Rekognition client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the Rekognition client should expect to load credentials through a profile credentials provider.Aws2RekognitionComponentBuilderFactory.Aws2RekognitionComponentBuilder.useSessionCredentials(boolean useSessionCredentials) Set whether the Rekognition client should expect to use Session Credentials.