Class IotEventsServiceClientConfiguration
- java.lang.Object
-
- software.amazon.awssdk.core.SdkServiceClientConfiguration
-
- software.amazon.awssdk.awscore.AwsServiceClientConfiguration
-
- software.amazon.awssdk.services.iotevents.IotEventsServiceClientConfiguration
-
@Generated("software.amazon.awssdk:codegen") public final class IotEventsServiceClientConfiguration 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 interfaceIotEventsServiceClientConfiguration.BuilderA builder for creating aIotEventsServiceClientConfiguration-
Nested classes/interfaces inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
AwsServiceClientConfiguration.BuilderImpl
-
-
Constructor Summary
Constructors Constructor Description IotEventsServiceClientConfiguration(IotEventsServiceClientConfiguration.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IotEventsAuthSchemeProviderauthSchemeProvider()Gets the value for auth scheme providerstatic IotEventsServiceClientConfiguration.Builderbuilder()-
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
-
IotEventsServiceClientConfiguration
public IotEventsServiceClientConfiguration(IotEventsServiceClientConfiguration.Builder builder)
-
-
Method Detail
-
builder
public static IotEventsServiceClientConfiguration.Builder builder()
-
authSchemeProvider
public IotEventsAuthSchemeProvider authSchemeProvider()
Gets the value for auth scheme provider
-
-