Uses of Interface
software.amazon.awssdk.services.notifications.auth.scheme.NotificationsAuthSchemeProvider
-
Packages that use NotificationsAuthSchemeProvider Package Description software.amazon.awssdk.services.notifications The Amazon Web Services 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.auth.scheme software.amazon.awssdk.services.notifications.auth.scheme.internal software.amazon.awssdk.services.notifications.internal -
-
Uses of NotificationsAuthSchemeProvider in software.amazon.awssdk.services.notifications
Methods in software.amazon.awssdk.services.notifications that return NotificationsAuthSchemeProvider Modifier and Type Method Description NotificationsAuthSchemeProviderNotificationsServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerNotificationsAuthSchemeProviderNotificationsServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.notifications with parameters of type NotificationsAuthSchemeProvider Modifier and Type Method Description default BNotificationsBaseClientBuilder. authSchemeProvider(NotificationsAuthSchemeProvider authSchemeProvider)Set theNotificationsAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.NotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfiguration.Builder. authSchemeProvider(NotificationsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of NotificationsAuthSchemeProvider in software.amazon.awssdk.services.notifications.auth.scheme
Methods in software.amazon.awssdk.services.notifications.auth.scheme that return NotificationsAuthSchemeProvider Modifier and Type Method Description static NotificationsAuthSchemeProviderNotificationsAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of NotificationsAuthSchemeProvider in software.amazon.awssdk.services.notifications.auth.scheme.internal
Classes in software.amazon.awssdk.services.notifications.auth.scheme.internal that implement NotificationsAuthSchemeProvider Modifier and Type Class Description classDefaultNotificationsAuthSchemeProvider -
Uses of NotificationsAuthSchemeProvider in software.amazon.awssdk.services.notifications.internal
Methods in software.amazon.awssdk.services.notifications.internal that return NotificationsAuthSchemeProvider Modifier and Type Method Description NotificationsAuthSchemeProviderNotificationsServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.notifications.internal with parameters of type NotificationsAuthSchemeProvider Modifier and Type Method Description NotificationsServiceClientConfiguration.BuilderNotificationsServiceClientConfigurationBuilder. authSchemeProvider(NotificationsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-