Class IotServiceClientConfiguration
- java.lang.Object
-
- software.amazon.awssdk.core.SdkServiceClientConfiguration
-
- software.amazon.awssdk.awscore.AwsServiceClientConfiguration
-
- software.amazon.awssdk.services.iot.IotServiceClientConfiguration
-
@Generated("software.amazon.awssdk:codegen") public final class IotServiceClientConfiguration extends AwsServiceClientConfiguration
Class to expose the service client settings to the user. Implementation ofAwsServiceClientConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
IotServiceClientConfiguration.Builder
A builder for creating aIotServiceClientConfiguration
-
Nested classes/interfaces inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
AwsServiceClientConfiguration.BuilderImpl
-
-
Constructor Summary
Constructors Constructor Description IotServiceClientConfiguration(IotServiceClientConfiguration.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IotAuthSchemeProvider
authSchemeProvider()
Gets the value for auth scheme providerstatic IotServiceClientConfiguration.Builder
builder()
-
Methods inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
credentialsProvider, equals, hashCode, region
-
Methods inherited from class software.amazon.awssdk.core.SdkServiceClientConfiguration
authSchemes, endpointOverride, endpointProvider, overrideConfiguration
-
-
-
-
Constructor Detail
-
IotServiceClientConfiguration
public IotServiceClientConfiguration(IotServiceClientConfiguration.Builder builder)
-
-
Method Detail
-
builder
public static IotServiceClientConfiguration.Builder builder()
-
authSchemeProvider
public IotAuthSchemeProvider authSchemeProvider()
Gets the value for auth scheme provider
-
-