Uses of Interface
software.amazon.awssdk.services.notifications.NotificationsServiceClientConfiguration.Builder
-
Packages that use NotificationsServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.notifications The AWS User Notifications API Reference provides descriptions, API request parameters, and the JSON response for each of the User Notification API actions.software.amazon.awssdk.services.notifications.internal -
-
Uses of NotificationsServiceClientConfiguration.Builder in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return NotificationsServiceClientConfiguration.Builder Modifier and Type Method Description NotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfiguration.Builder. authSchemeProvider(NotificationsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic NotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfiguration. builder()NotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerNotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideNotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerNotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationNotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)NotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.notifications with parameters of type NotificationsServiceClientConfiguration.Builder Constructor Description NotificationsServiceClientConfiguration(NotificationsServiceClientConfiguration.Builder builder) -
Uses of NotificationsServiceClientConfiguration.Builder in software.amazon.awssdk.services.notifications.internal
Classes in software.amazon.awssdk.services.notifications.internal that implement NotificationsServiceClientConfiguration.Builder Modifier and Type Class Description classNotificationsServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.notifications.internal that return NotificationsServiceClientConfiguration.Builder Modifier and Type Method Description NotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfigurationBuilder. authSchemeProvider(NotificationsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerNotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerNotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideNotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerNotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationNotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)NotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-