Uses of Interface
software.amazon.awssdk.services.snowball.SnowballServiceClientConfiguration.Builder
-
Packages that use SnowballServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).software.amazon.awssdk.services.snowball.internal -
-
Uses of SnowballServiceClientConfiguration.Builder in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return SnowballServiceClientConfiguration.Builder Modifier and Type Method Description SnowballServiceClientConfiguration.BuilderSnowballServiceClientConfiguration.Builder. authSchemeProvider(SnowballAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic SnowballServiceClientConfiguration.BuilderSnowballServiceClientConfiguration. builder()SnowballServiceClientConfiguration.BuilderSnowballServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerSnowballServiceClientConfiguration.BuilderSnowballServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideSnowballServiceClientConfiguration.BuilderSnowballServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerSnowballServiceClientConfiguration.BuilderSnowballServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationSnowballServiceClientConfiguration.BuilderSnowballServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)SnowballServiceClientConfiguration.BuilderSnowballServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.snowball with parameters of type SnowballServiceClientConfiguration.Builder Constructor Description SnowballServiceClientConfiguration(SnowballServiceClientConfiguration.Builder builder) -
Uses of SnowballServiceClientConfiguration.Builder in software.amazon.awssdk.services.snowball.internal
Classes in software.amazon.awssdk.services.snowball.internal that implement SnowballServiceClientConfiguration.Builder Modifier and Type Class Description classSnowballServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.snowball.internal that return SnowballServiceClientConfiguration.Builder Modifier and Type Method Description SnowballServiceClientConfiguration.BuilderSnowballServiceClientConfigurationBuilder. authSchemeProvider(SnowballAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerSnowballServiceClientConfiguration.BuilderSnowballServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerSnowballServiceClientConfiguration.BuilderSnowballServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideSnowballServiceClientConfiguration.BuilderSnowballServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerSnowballServiceClientConfiguration.BuilderSnowballServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationSnowballServiceClientConfiguration.BuilderSnowballServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)SnowballServiceClientConfiguration.BuilderSnowballServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-