Skip navigation links
A B C D E G I P R S V W 

A

ApacheSigningInterceptor - Class in com.adaptris.aws.apache.interceptor
RequestInterceptorBuilder implementation that creates an interceptor to sign requests made to AWS using AWS4Signer
ApacheSigningInterceptor() - Constructor for class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
 
AWSAuthentication - Interface in com.adaptris.aws
 
AWSConnection - Class in com.adaptris.aws
 
AWSConnection() - Constructor for class com.adaptris.aws.AWSConnection
 
AWSCredentialsProviderBuilder - Interface in com.adaptris.aws
 
AWSCredentialsProviderBuilder.BuilderConfig - Interface in com.adaptris.aws
 
AWSKeysAuthentication - Class in com.adaptris.aws
Specify explicit keys for AWS access.
AWSKeysAuthentication() - Constructor for class com.adaptris.aws.AWSKeysAuthentication
 
AWSKeysAuthentication(String, String) - Constructor for class com.adaptris.aws.AWSKeysAuthentication
 
AWSRequestSigningApacheInterceptor - Class in com.amazonaws.http
An HttpRequestInterceptor that signs requests using any AWS Signer and AWSCredentialsProvider.
AWSRequestSigningApacheInterceptor(String, Signer, AWSCredentialsProvider) - Constructor for class com.amazonaws.http.AWSRequestSigningApacheInterceptor
 

B

build() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
 
build() - Method in interface com.adaptris.aws.AWSCredentialsProviderBuilder
 
build(AWSCredentialsProviderBuilder.BuilderConfig) - Method in interface com.adaptris.aws.AWSCredentialsProviderBuilder
 
build(KeyValuePairSet) - Static method in class com.adaptris.aws.ClientConfigurationBuilder
 
build(KeyValuePairSet, RetryPolicyFactory) - Static method in class com.adaptris.aws.ClientConfigurationBuilder
 
build() - Method in class com.adaptris.aws.DefaultRetryPolicyFactory
 
build() - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
 
build() - Method in class com.adaptris.aws.ProcessCredentialsBuilder
 
build() - Method in class com.adaptris.aws.ProfileCredentialsBuilder
 
build() - Method in class com.adaptris.aws.PropertiesFileCredentialsBuilder
 
build() - Method in class com.adaptris.aws.RetryNotFoundPolicyFactory
 
build() - Method in interface com.adaptris.aws.RetryPolicyFactory
Build a retry policy.
build() - Method in class com.adaptris.aws.StaticCredentialsBuilder
 
build() - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
 
build(AWSCredentialsProviderBuilder.BuilderConfig) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
 

C

clientConfiguration() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
 
clientConfiguration() - Method in class com.adaptris.aws.AWSConnection
 
clientConfiguration() - Method in interface com.adaptris.aws.AWSCredentialsProviderBuilder.BuilderConfig
 
ClientConfigurationBuilder - Class in com.adaptris.aws
 
ClientConfigurationBuilder() - Constructor for class com.adaptris.aws.ClientConfigurationBuilder
 
ClientConfigurationBuilder.ClientConfigurationProperties - Enum in com.adaptris.aws
 
com.adaptris.aws - package com.adaptris.aws
 
com.adaptris.aws.apache.interceptor - package com.adaptris.aws.apache.interceptor
 
com.amazonaws.http - package com.amazonaws.http
Taken directly from github which does not appear to be published as an artifact anywhere.
configure(ClientConfiguration, KeyValuePairSet) - Static method in class com.adaptris.aws.ClientConfigurationBuilder
 
credentials() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
 
credentialsProvider() - Method in class com.adaptris.aws.AWSConnection
 
CustomEndpoint - Class in com.adaptris.aws
Wraps AwsClientBuilder.EndpointConfiguration for configuration purposes.
CustomEndpoint() - Constructor for class com.adaptris.aws.CustomEndpoint
 

D

DefaultAWSAuthentication - Class in com.adaptris.aws
Use the default authentication logic of the AWS SDK (IAM Roles, System Properties, Environment variables, etc
DefaultAWSAuthentication() - Constructor for class com.adaptris.aws.DefaultAWSAuthentication
 
defaultIfNull(AWSCredentialsProviderBuilder) - Static method in interface com.adaptris.aws.AWSCredentialsProviderBuilder
 
DefaultRetryPolicyFactory - Class in com.adaptris.aws
The default retry policy builder using one of the predefined policies from PredefinedRetryPolicies.
DefaultRetryPolicyFactory() - Constructor for class com.adaptris.aws.DefaultRetryPolicyFactory
 
DefaultRetryPolicyFactory(DefaultRetryPolicyFactory.PredefinedPolicy) - Constructor for class com.adaptris.aws.DefaultRetryPolicyFactory
 
DefaultRetryPolicyFactory.PredefinedPolicy - Enum in com.adaptris.aws
 

E

endpointBuilder() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
 
endpointBuilder() - Method in class com.adaptris.aws.AWSConnection
Returns something that can configure a normal AWS builder with a custom endpoint or a region...
endpointBuilder() - Method in interface com.adaptris.aws.AWSCredentialsProviderBuilder.BuilderConfig
 
EndpointBuilder - Interface in com.adaptris.aws
 

G

getAccessKey() - Method in class com.adaptris.aws.AWSKeysAuthentication
The access key for the AWS account
getAuthentication() - Method in class com.adaptris.aws.StaticCredentialsBuilder
 
getAWSCredentials() - Method in interface com.adaptris.aws.AWSAuthentication
 
getAWSCredentials() - Method in class com.adaptris.aws.AWSKeysAuthentication
 
getAWSCredentials() - Method in class com.adaptris.aws.DefaultAWSAuthentication
 
getBackoffStrategyClass() - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
The class name for your backoff strategy
getClientConfiguration() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
Any specific client configuration.
getClientConfiguration() - Method in class com.adaptris.aws.AWSConnection
Any specific client configuration.
getCommand() - Method in class com.adaptris.aws.ProcessCredentialsBuilder
The command that should be executed to retrieve credentials including arguments
getConfigFile() - Method in class com.adaptris.aws.ProfileCredentialsBuilder
The profile configuration file.
getCredentials() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
How to provide Credentials for AWS.
getCredentials() - Method in class com.adaptris.aws.AWSConnection
How to provide Credentials for AWS.
getCredentials() - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The underlying credentials used to access STS.
getCustomEndpoint() - Method in class com.adaptris.aws.AWSConnection
The custom endpoint for this connection.
getExpirationBufferSeconds() - Method in class com.adaptris.aws.ProcessCredentialsBuilder
The number of seconds between when the credentials expire and when the credentials should start to be refreshed.
getMaxErrorRetry() - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
Passed through as RetryPolicy.getMaxErrorRetry().
getProcessOutputLimitBytes() - Method in class com.adaptris.aws.ProcessCredentialsBuilder
The maximum amount of data that can be returned by the external process before an exception is raised.
getProfileName() - Method in class com.adaptris.aws.ProfileCredentialsBuilder
The profile within configuration.
getPropertyFile() - Method in class com.adaptris.aws.PropertiesFileCredentialsBuilder
The property file that contains the credentials
getRefreshIntervalNanos() - Method in class com.adaptris.aws.ProfileCredentialsBuilder
The refresh interval in nano seconds.
getRegion() - Method in class com.adaptris.aws.AWSConnection
Set the region for the client.
getRegionName() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
The region to use with AWS4Signer.
getRetryConditionClass() - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
The class name for your retry-condition.
getRetryPolicy() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
The Retry policy if required.
getRetryPolicy() - Method in class com.adaptris.aws.AWSConnection
The Retry policy.
getRetryPolicy() - Method in class com.adaptris.aws.DefaultRetryPolicyFactory
 
getRoleArn() - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The required roleArn parameter when starting a session.
getRoleDurationSeconds() - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The duration for which we want to have an assumed role session to be active
getRoleExternalId() - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
An external id used in the service call used to retrieve session credentials
getRoleSessionName() - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The required roleSessionName when starting a session.
getScopeDownPolicy() - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
An IAM policy in JSON format to scope down permissions granted from the assume role.
getSecretKey() - Method in class com.adaptris.aws.AWSKeysAuthentication
The secret key for the AWS account which may be encoded or external.
getServiceEndpoint() - Method in class com.adaptris.aws.CustomEndpoint
Set the custom service endpoint (e.g.
getServiceName() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
The serviceName to use with AWS4Signer.
getSessionTags() - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The collection of tags which we want to pass to the assume role request
getSigningRegion() - Method in class com.adaptris.aws.CustomEndpoint
Set the signing region for the endpoint (e.g.
getStsRegion() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
The specific region for the underlying STS credentials if required.
getTransitiveTagKeys() - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The transitive tag keys we want to pass to the assume role request
getUseClientConfigurationMaxErrorRetry() - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
Passed through as RetryPolicy.isMaxErrorRetryInClientConfigHonored().

I

isConfigured() - Method in class com.adaptris.aws.CustomEndpoint
Whether or not this endpoint has configuration.

P

PluggableRetryPolicyFactory - Class in com.adaptris.aws
Basic RetryPolicy builder implementation for AWS that allows you to plug in your own conditions and strategies.
PluggableRetryPolicyFactory() - Constructor for class com.adaptris.aws.PluggableRetryPolicyFactory
 
process(HttpRequest, HttpContext) - Method in class com.amazonaws.http.AWSRequestSigningApacheInterceptor
ProcessCredentialsBuilder - Class in com.adaptris.aws
Credentials provider that can load credentials from an external process.
ProcessCredentialsBuilder() - Constructor for class com.adaptris.aws.ProcessCredentialsBuilder
 
ProfileCredentialsBuilder - Class in com.adaptris.aws
Credentials provider based on AWS configuration profiles
ProfileCredentialsBuilder() - Constructor for class com.adaptris.aws.ProfileCredentialsBuilder
 
PropertiesFileCredentialsBuilder - Class in com.adaptris.aws
Credentials provider that loads credentials from a property file either from the filesystem or classpath.
PropertiesFileCredentialsBuilder() - Constructor for class com.adaptris.aws.PropertiesFileCredentialsBuilder
 

R

rebuild(T) - Method in class com.adaptris.aws.CustomEndpoint
 
rebuild(T) - Method in interface com.adaptris.aws.EndpointBuilder
 
rebuild(T) - Method in class com.adaptris.aws.RegionEndpoint
 
RegionEndpoint - Class in com.adaptris.aws
 
RegionEndpoint(String) - Constructor for class com.adaptris.aws.RegionEndpoint
 
RetryNotFoundPolicyFactory - Class in com.adaptris.aws
Allows you to configure additional HTTP codes that determine whether a retry should be attempted or not.
RetryNotFoundPolicyFactory() - Constructor for class com.adaptris.aws.RetryNotFoundPolicyFactory
 
retryPolicy() - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
 
retryPolicy() - Method in class com.adaptris.aws.AWSConnection
 
retryPolicy() - Method in interface com.adaptris.aws.AWSCredentialsProviderBuilder.BuilderConfig
 
RetryPolicyFactory - Interface in com.adaptris.aws
 

S

setAccessKey(String) - Method in class com.adaptris.aws.AWSKeysAuthentication
The access key for the AWS account
setAuthentication(AWSAuthentication) - Method in class com.adaptris.aws.StaticCredentialsBuilder
 
setBackoffStrategyClass(String) - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
The class name for your backoff strategy
setClientConfiguration(KeyValuePairSet) - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
Any specific client configuration.
setClientConfiguration(KeyValuePairSet) - Method in class com.adaptris.aws.AWSConnection
Any specific client configuration.
setCommand(String) - Method in class com.adaptris.aws.ProcessCredentialsBuilder
The command that should be executed to retrieve credentials including arguments
setConfigFile(String) - Method in class com.adaptris.aws.ProfileCredentialsBuilder
The profile configuration file.
setCredentials(AWSCredentialsProviderBuilder) - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
How to provide Credentials for AWS.
setCredentials(AWSCredentialsProviderBuilder) - Method in class com.adaptris.aws.AWSConnection
How to provide Credentials for AWS.
setCredentials(AWSCredentialsProviderBuilder) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The underlying credentials used to access STS.
setCustomEndpoint(CustomEndpoint) - Method in class com.adaptris.aws.AWSConnection
The custom endpoint for this connection.
setExpirationBufferSeconds(Integer) - Method in class com.adaptris.aws.ProcessCredentialsBuilder
The number of seconds between when the credentials expire and when the credentials should start to be refreshed.
setMaxErrorRetry(Integer) - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
Passed through as RetryPolicy.getMaxErrorRetry().
setProcessOutputLimitBytes(Long) - Method in class com.adaptris.aws.ProcessCredentialsBuilder
The maximum amount of data that can be returned by the external process before an exception is raised.
setProfileName(String) - Method in class com.adaptris.aws.ProfileCredentialsBuilder
The profile within configuration.
setPropertyFile(String) - Method in class com.adaptris.aws.PropertiesFileCredentialsBuilder
The property file that contains the credentials
setRefreshIntervalNanos(Long) - Method in class com.adaptris.aws.ProfileCredentialsBuilder
The refresh interval in nano seconds.
setRegion(String) - Method in class com.adaptris.aws.AWSConnection
Set the region for the client.
setRegionName(String) - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
The region to use with AWS4Signer.
setRetryConditionClass(String) - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
The class name for your retry-condition.
setRetryPolicy(RetryPolicyFactory) - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
The Retry policy if required.
setRetryPolicy(RetryPolicyFactory) - Method in class com.adaptris.aws.AWSConnection
The Retry policy.
setRetryPolicy(DefaultRetryPolicyFactory.PredefinedPolicy) - Method in class com.adaptris.aws.DefaultRetryPolicyFactory
 
setRoleArn(String) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The required roleArn parameter when starting a session.
setRoleDurationSeconds(Integer) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The duration for which we want to have an assumed role session to be active
setRoleExternalId(String) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
An external id used in the service call used to retrieve session credentials
setRoleSessionName(String) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The required roleSessionName when starting a session.
setScopeDownPolicy(String) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
An IAM policy in JSON format to scope down permissions granted from the assume role.
setSecretKey(String) - Method in class com.adaptris.aws.AWSKeysAuthentication
The secret key for the AWS account which may be encoded or external.
setServiceEndpoint(String) - Method in class com.adaptris.aws.CustomEndpoint
Set the custom service endpoint (e.g.
setServiceName(String) - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
The serviceName to use with AWS4Signer.
setSessionTags(KeyValuePairSet) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The collection of tags which we want to pass to the assume role request
setSigningRegion(String) - Method in class com.adaptris.aws.CustomEndpoint
Set the signing region for the endpoint (e.g.
setStsRegion(String) - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
The specific region for the underlying STS credentials if required.
setTransitiveTagKeys(List<String>) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
The transitive tag keys we want to pass to the assume role request
setUseClientConfigurationMaxErrorRetry(Boolean) - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
Passed through as RetryPolicy.isMaxErrorRetryInClientConfigHonored().
StaticCredentialsBuilder - Class in com.adaptris.aws
A static set of credentials for AWS.
StaticCredentialsBuilder() - Constructor for class com.adaptris.aws.StaticCredentialsBuilder
 
STSAssumeroleCredentialsBuilder - Class in com.adaptris.aws
AWS credentials that makes use of AWS STS
STSAssumeroleCredentialsBuilder() - Constructor for class com.adaptris.aws.STSAssumeroleCredentialsBuilder
 

V

valueOf(String) - Static method in enum com.adaptris.aws.ClientConfigurationBuilder.ClientConfigurationProperties
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.adaptris.aws.DefaultRetryPolicyFactory.PredefinedPolicy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.adaptris.aws.ClientConfigurationBuilder.ClientConfigurationProperties
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.adaptris.aws.DefaultRetryPolicyFactory.PredefinedPolicy
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAuthentication(AWSAuthentication) - Method in class com.adaptris.aws.StaticCredentialsBuilder
 
withBackoffStrategyClass(String) - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
 
withClientConfiguration(KeyValuePairSet) - Method in class com.adaptris.aws.AWSConnection
 
withCommand(String) - Method in class com.adaptris.aws.ProcessCredentialsBuilder
 
withConfigFile(String) - Method in class com.adaptris.aws.ProfileCredentialsBuilder
 
withCredentials(AWSCredentialsProviderBuilder) - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
 
withCredentials(AWSCredentialsProviderBuilder) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
 
withCredentialsProviderBuilder(AWSCredentialsProviderBuilder) - Method in class com.adaptris.aws.AWSConnection
 
withCustomEndpoint(CustomEndpoint) - Method in class com.adaptris.aws.AWSConnection
 
withExpirationBufferSeconds(Integer) - Method in class com.adaptris.aws.ProcessCredentialsBuilder
 
withMaxErrorRetry(Integer) - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
 
withProcessOutputLimitBytes(Long) - Method in class com.adaptris.aws.ProcessCredentialsBuilder
 
withProfileName(String) - Method in class com.adaptris.aws.ProfileCredentialsBuilder
 
withPropertyFile(String) - Method in class com.adaptris.aws.PropertiesFileCredentialsBuilder
 
withRefreshIntervalNanos(Long) - Method in class com.adaptris.aws.ProfileCredentialsBuilder
 
withRegion(String) - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
 
withRegion(String) - Method in class com.adaptris.aws.AWSConnection
 
withRetryConditionClass(String) - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
 
withRetryPolicy(RetryPolicyFactory) - Method in class com.adaptris.aws.AWSConnection
 
withRoleArn(String) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
 
withRoleExternalId(String) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
 
withRoleSessionName(String) - Method in class com.adaptris.aws.STSAssumeroleCredentialsBuilder
 
withService(String) - Method in class com.adaptris.aws.apache.interceptor.ApacheSigningInterceptor
 
withServiceEndpoint(String) - Method in class com.adaptris.aws.CustomEndpoint
 
withSigningRegion(String) - Method in class com.adaptris.aws.CustomEndpoint
 
withUseClientConfigurationMaxErrorRetry(Boolean) - Method in class com.adaptris.aws.PluggableRetryPolicyFactory
 
A B C D E G I P R S V W 
Skip navigation links