- command - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig
-
The command that should be executed to retrieve credentials.
- configure(RuntimeValue<? extends AwsClientBuilder>, RuntimeValue<AwsConfig>, RuntimeValue<SdkConfig>, SdkBuildTimeConfig, String) - Method in class io.quarkus.amazon.common.runtime.AmazonClientRecorder
-
- configureAsync(String, RuntimeValue<NettyHttpClientConfig>) - Method in class io.quarkus.amazon.common.runtime.AmazonClientTransportRecorder
-
- configureSyncApacheHttpClient(String, RuntimeValue<SyncHttpClientConfig>) - Method in class io.quarkus.amazon.common.runtime.AmazonClientTransportRecorder
-
- configureSyncUrlConnectionHttpClient(String, RuntimeValue<SyncHttpClientConfig>) - Method in class io.quarkus.amazon.common.runtime.AmazonClientTransportRecorder
-
- connectionAcquisitionTimeout - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
-
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
- connectionAcquisitionTimeout - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
-
The amount of time to wait when acquiring a connection from the pool before giving up and timing out.
- connectionMaxIdleTime - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
-
The maximum amount of time that a connection should be allowed to remain open while idle.
- connectionMaxIdleTime - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
-
The maximum amount of time that a connection should be allowed to remain open while idle.
- connectionTimeout - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
-
The amount of time to wait when initially establishing a connection before giving up and timing out.
- connectionTimeout - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig
-
The maximum amount of time to establish a connection before timing out.
- connectionTimeToLive - Variable in class io.quarkus.amazon.common.runtime.NettyHttpClientConfig
-
The maximum amount of time that a connection should be allowed to remain open, regardless of usage frequency.
- connectionTimeToLive - Variable in class io.quarkus.amazon.common.runtime.SyncHttpClientConfig.ApacheHttpClientConfig
-
The maximum amount of time that a connection should be allowed to remain open, regardless of usage frequency.
- convert(String) - Method in class io.quarkus.amazon.common.runtime.RegionConverter
-
- create(AwsCredentialsProviderConfig) - Method in enum io.quarkus.amazon.common.runtime.AwsCredentialsProviderType
-
- create(TlsKeyManagersProviderConfig) - Method in enum io.quarkus.amazon.common.runtime.TlsKeyManagersProviderType
-
- create(TlsTrustManagersProviderConfig) - Method in enum io.quarkus.amazon.common.runtime.TlsTrustManagersProviderType
-
- credentialRefreshThreshold - Variable in class io.quarkus.amazon.common.runtime.AwsCredentialsProviderConfig.ProcessCredentialsProviderConfig
-
The amount of time between when the credentials expire and when the credentials should start to be
refreshed.
- credentials - Variable in class io.quarkus.amazon.common.runtime.AwsConfig
-
Defines credentials provider used