Uses of Class
org.apache.camel.component.aws2.sts.STS2Configuration
Packages that use STS2Configuration
Package
Description
-
Uses of STS2Configuration in org.apache.camel.component.aws2.sts
Methods in org.apache.camel.component.aws2.sts that return STS2ConfigurationModifier and TypeMethodDescriptionSTS2Configuration.copy()STS2Component.getConfiguration()STS2Endpoint.getConfiguration()protected STS2ConfigurationSTS2Producer.getConfiguration()Methods in org.apache.camel.component.aws2.sts with parameters of type STS2ConfigurationModifier and TypeMethodDescriptionvoidSTS2Component.setConfiguration(STS2Configuration configuration) Component configurationConstructors in org.apache.camel.component.aws2.sts with parameters of type STS2ConfigurationModifierConstructorDescriptionSTS2Endpoint(String uri, org.apache.camel.Component component, STS2Configuration configuration) -
Uses of STS2Configuration in org.apache.camel.component.aws2.sts.client
Methods in org.apache.camel.component.aws2.sts.client with parameters of type STS2ConfigurationModifier and TypeMethodDescriptionstatic STS2InternalClientSTS2ClientFactory.getStsClient(STS2Configuration configuration) Return the correct aws STS client (based on remote vs local). -
Uses of STS2Configuration in org.apache.camel.component.aws2.sts.client.impl
Constructors in org.apache.camel.component.aws2.sts.client.impl with parameters of type STS2ConfigurationModifierConstructorDescriptionSTS2ClientIAMOptimized(STS2Configuration configuration) Constructor that uses the config file.STS2ClientIAMProfileOptimized(STS2Configuration configuration) Constructor that uses the config file.STS2ClientStandardImpl(STS2Configuration configuration) Constructor that uses the config file.