Uses of Interface
software.amazon.awssdk.services.iotanalytics.IoTAnalyticsServiceClientConfiguration.Builder
-
Packages that use IoTAnalyticsServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.iotanalytics IoT Analytics allows you to collect large amounts of device data, process messages, and store them.software.amazon.awssdk.services.iotanalytics.internal -
-
Uses of IoTAnalyticsServiceClientConfiguration.Builder in software.amazon.awssdk.services.iotanalytics
Methods in software.amazon.awssdk.services.iotanalytics that return IoTAnalyticsServiceClientConfiguration.Builder Modifier and Type Method Description IoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfiguration.Builder. authSchemeProvider(IoTAnalyticsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic IoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfiguration. builder()IoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerIoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideIoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerIoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationIoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)IoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.iotanalytics with parameters of type IoTAnalyticsServiceClientConfiguration.Builder Constructor Description IoTAnalyticsServiceClientConfiguration(IoTAnalyticsServiceClientConfiguration.Builder builder) -
Uses of IoTAnalyticsServiceClientConfiguration.Builder in software.amazon.awssdk.services.iotanalytics.internal
Classes in software.amazon.awssdk.services.iotanalytics.internal that implement IoTAnalyticsServiceClientConfiguration.Builder Modifier and Type Class Description classIoTAnalyticsServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.iotanalytics.internal that return IoTAnalyticsServiceClientConfiguration.Builder Modifier and Type Method Description IoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfigurationBuilder. authSchemeProvider(IoTAnalyticsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerIoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerIoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideIoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerIoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationIoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)IoTAnalyticsServiceClientConfiguration.BuilderIoTAnalyticsServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-