All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.dynamodb.runtime.SdkConfig.jdp Maven / Gradle / Ivy

#
#Wed Nov 20 09:37:58 CET 2019
io.quarkus.dynamodb.runtime.SdkConfig.apiCallAttemptTimeout=The amount of time to wait for the HTTP request to complete before giving up and timing out.\n

\nThis value should always be positive, if present.\n\n@see software.amazon.awssdk.core.client.config.ClientOverrideConfiguration\#apiCallAttemptTimeout() io.quarkus.dynamodb.runtime.SdkConfig.endpointOverride=The endpoint URI with which the SDK should communicate.\n

\nIf not specified, an appropriate endpoint to be used for DynamoDB service and region. io.quarkus.dynamodb.runtime.SdkConfig.interceptors=List of execution interceptors that will have access to read and modify the request and response objects as they are\nprocessed by the AWS SDK.\n

\nThe list should consists of class names which implements\n{@code software.amazon.awssdk.core.interceptor.ExecutionInterceptor} interface.\n\n@see software.amazon.awssdk.core.interceptor.ExecutionInterceptor io.quarkus.dynamodb.runtime.SdkConfig.apiCallTimeout=The amount of time to allow the client to complete the execution of an API call.\n

\nThis timeout covers the entire client execution except for marshalling. This includes request handler execution, all HTTP\nrequests including retries, unmarshalling, etc.\n

\nThis value should always be positive, if present.\n\n@see software.amazon.awssdk.core.client.config.ClientOverrideConfiguration\#apiCallTimeout()





© 2015 - 2025 Weber Informatics LLC | Privacy Policy