Uses of Interface
org.apache.camel.builder.endpoint.dsl.STS2EndpointBuilderFactory.STS2EndpointBuilder
Packages that use STS2EndpointBuilderFactory.STS2EndpointBuilder
-
Uses of STS2EndpointBuilderFactory.STS2EndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return STS2EndpointBuilderFactory.STS2EndpointBuilderModifier and TypeMethodDescriptionAWS Security Token Service (STS) (camel-aws2-sts) Manage AWS STS cluster instances.AWS Security Token Service (STS) (camel-aws2-sts) Manage AWS STS cluster instances. -
Uses of STS2EndpointBuilderFactory.STS2EndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return STS2EndpointBuilderFactory.STS2EndpointBuilderModifier and TypeMethodDescriptionAmazon AWS Access Key.AWS Security Token Service (STS) (camel-aws2-sts) Manage AWS STS cluster instances.AWS Security Token Service (STS) (camel-aws2-sts) Manage AWS STS cluster instances.STS2EndpointBuilderFactory.AdvancedSTS2EndpointBuilder.basic()STS2EndpointBuilderFactory.endpointBuilder(String componentName, String path) The operation to perform.STS2EndpointBuilderFactory.STS2EndpointBuilder.operation(org.apache.camel.component.aws2.sts.STS2Operations operation) The operation to perform.STS2EndpointBuilderFactory.STS2EndpointBuilder.overrideEndpoint(boolean overrideEndpoint) Set the need for overidding the endpoint.STS2EndpointBuilderFactory.STS2EndpointBuilder.overrideEndpoint(String overrideEndpoint) Set the need for overidding the endpoint.STS2EndpointBuilderFactory.STS2EndpointBuilder.pojoRequest(boolean pojoRequest) If we want to use a POJO request as body or not.STS2EndpointBuilderFactory.STS2EndpointBuilder.pojoRequest(String pojoRequest) If we want to use a POJO request as body or not.STS2EndpointBuilderFactory.STS2EndpointBuilder.profileCredentialsName(String profileCredentialsName) If using a profile credentials provider this parameter will set the profile name.To define a proxy host when instantiating the STS client.To define a proxy port when instantiating the STS client.To define a proxy port when instantiating the STS client.STS2EndpointBuilderFactory.STS2EndpointBuilder.proxyProtocol(String proxyProtocol) To define a proxy protocol when instantiating the STS client.STS2EndpointBuilderFactory.STS2EndpointBuilder.proxyProtocol(software.amazon.awssdk.core.Protocol proxyProtocol) To define a proxy protocol when instantiating the STS client.The region in which STS client needs to work.Amazon AWS Secret Key.STS2EndpointBuilderFactory.STS2EndpointBuilder.trustAllCertificates(boolean trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.STS2EndpointBuilderFactory.STS2EndpointBuilder.trustAllCertificates(String trustAllCertificates) If we want to trust all certificates in case of overriding the endpoint.STS2EndpointBuilderFactory.STS2EndpointBuilder.uriEndpointOverride(String uriEndpointOverride) Set the overriding uri endpoint.STS2EndpointBuilderFactory.STS2EndpointBuilder.useDefaultCredentialsProvider(boolean useDefaultCredentialsProvider) Set whether the STS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.STS2EndpointBuilderFactory.STS2EndpointBuilder.useDefaultCredentialsProvider(String useDefaultCredentialsProvider) Set whether the STS client should expect to load credentials through a default credentials provider or to expect static credentials to be passed in.STS2EndpointBuilderFactory.STS2EndpointBuilder.useProfileCredentialsProvider(boolean useProfileCredentialsProvider) Set whether the STS client should expect to load credentials through a profile credentials provider.STS2EndpointBuilderFactory.STS2EndpointBuilder.useProfileCredentialsProvider(String useProfileCredentialsProvider) Set whether the STS client should expect to load credentials through a profile credentials provider.