Package io.quarkus.amazon.s3.runtime
Class S3Recorder
- java.lang.Object
-
- io.quarkus.amazon.s3.runtime.S3Recorder
-
public class S3Recorder extends Object
-
-
Constructor Summary
Constructors Constructor Description S3Recorder(S3Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.awscore.client.builder.AwsClientBuilder>createAsyncBuilder(io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder> transport)io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder>createPresignerBuilder()io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.awscore.client.builder.AwsClientBuilder>createSyncBuilder(io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.SdkHttpClient.Builder> transport)io.quarkus.runtime.RuntimeValue<NettyHttpClientConfig>getAsyncConfig()io.quarkus.runtime.RuntimeValue<AwsConfig>getAwsConfig()io.quarkus.runtime.RuntimeValue<SdkConfig>getSdkConfig()io.quarkus.runtime.RuntimeValue<SyncHttpClientConfig>getSyncConfig()
-
-
-
Constructor Detail
-
S3Recorder
public S3Recorder(S3Config config)
-
-
Method Detail
-
getSyncConfig
public io.quarkus.runtime.RuntimeValue<SyncHttpClientConfig> getSyncConfig()
-
getAsyncConfig
public io.quarkus.runtime.RuntimeValue<NettyHttpClientConfig> getAsyncConfig()
-
getAwsConfig
public io.quarkus.runtime.RuntimeValue<AwsConfig> getAwsConfig()
-
getSdkConfig
public io.quarkus.runtime.RuntimeValue<SdkConfig> getSdkConfig()
-
createSyncBuilder
public io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.awscore.client.builder.AwsClientBuilder> createSyncBuilder(io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.SdkHttpClient.Builder> transport)
-
createAsyncBuilder
public io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.awscore.client.builder.AwsClientBuilder> createAsyncBuilder(io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder> transport)
-
createPresignerBuilder
public io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.awscore.presigner.SdkPresigner.Builder> createPresignerBuilder()
-
-