Package io.quarkus.amazon.ssm.runtime
Class SsmRecorder
- java.lang.Object
-
- io.quarkus.amazon.ssm.runtime.SsmRecorder
-
public class SsmRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description SsmRecorder()
-
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(SsmConfig config, io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder> transport)io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.awscore.client.builder.AwsClientBuilder>createSyncBuilder(SsmConfig config, io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.SdkHttpClient.Builder> transport)io.quarkus.runtime.RuntimeValue<NettyHttpClientConfig>getAsyncConfig(SsmConfig config)io.quarkus.runtime.RuntimeValue<AwsConfig>getAwsConfig(SsmConfig config)io.quarkus.runtime.RuntimeValue<SdkConfig>getSdkConfig(SsmConfig config)io.quarkus.runtime.RuntimeValue<SyncHttpClientConfig>getSyncConfig(SsmConfig config)
-
-
-
Method Detail
-
getSyncConfig
public io.quarkus.runtime.RuntimeValue<SyncHttpClientConfig> getSyncConfig(SsmConfig config)
-
getAsyncConfig
public io.quarkus.runtime.RuntimeValue<NettyHttpClientConfig> getAsyncConfig(SsmConfig config)
-
createSyncBuilder
public io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.awscore.client.builder.AwsClientBuilder> createSyncBuilder(SsmConfig config, 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(SsmConfig config, io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.async.SdkAsyncHttpClient.Builder> transport)
-
-