Uses of Class
io.quarkus.amazon.ssm.runtime.SsmConfig
-
-
Uses of SsmConfig in io.quarkus.amazon.ssm.runtime
Methods in io.quarkus.amazon.ssm.runtime with parameters of type SsmConfig Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.awscore.client.builder.AwsClientBuilder>SsmRecorder. 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>SsmRecorder. createSyncBuilder(SsmConfig config, io.quarkus.runtime.RuntimeValue<software.amazon.awssdk.http.SdkHttpClient.Builder> transport)io.quarkus.runtime.RuntimeValue<NettyHttpClientConfig>SsmRecorder. getAsyncConfig(SsmConfig config)io.quarkus.runtime.RuntimeValue<AwsConfig>SsmRecorder. getAwsConfig(SsmConfig config)io.quarkus.runtime.RuntimeValue<SdkConfig>SsmRecorder. getSdkConfig(SsmConfig config)io.quarkus.runtime.RuntimeValue<SyncHttpClientConfig>SsmRecorder. getSyncConfig(SsmConfig config)
-