Uses of Interface
software.amazon.awssdk.services.synthetics.SyntheticsServiceClientConfiguration.Builder
-
Packages that use SyntheticsServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.internal -
-
Uses of SyntheticsServiceClientConfiguration.Builder in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that return SyntheticsServiceClientConfiguration.Builder Modifier and Type Method Description SyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfiguration.Builder. authSchemeProvider(SyntheticsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic SyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfiguration. builder()SyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerSyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideSyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerSyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationSyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)SyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.synthetics with parameters of type SyntheticsServiceClientConfiguration.Builder Constructor Description SyntheticsServiceClientConfiguration(SyntheticsServiceClientConfiguration.Builder builder) -
Uses of SyntheticsServiceClientConfiguration.Builder in software.amazon.awssdk.services.synthetics.internal
Classes in software.amazon.awssdk.services.synthetics.internal that implement SyntheticsServiceClientConfiguration.Builder Modifier and Type Class Description classSyntheticsServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.synthetics.internal that return SyntheticsServiceClientConfiguration.Builder Modifier and Type Method Description SyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfigurationBuilder. authSchemeProvider(SyntheticsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerSyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerSyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideSyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerSyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationSyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)SyntheticsServiceClientConfiguration.BuilderSyntheticsServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-