Uses of Interface
software.amazon.awssdk.services.notificationscontacts.auth.scheme.NotificationsContactsAuthSchemeProvider
-
Packages that use NotificationsContactsAuthSchemeProvider Package Description software.amazon.awssdk.services.notificationscontacts AWS User Notifications Contacts is a service that allows you to create and manage email contacts for AWS User Notifications.software.amazon.awssdk.services.notificationscontacts.auth.scheme software.amazon.awssdk.services.notificationscontacts.auth.scheme.internal software.amazon.awssdk.services.notificationscontacts.internal -
-
Uses of NotificationsContactsAuthSchemeProvider in software.amazon.awssdk.services.notificationscontacts
Methods in software.amazon.awssdk.services.notificationscontacts that return NotificationsContactsAuthSchemeProvider Modifier and Type Method Description NotificationsContactsAuthSchemeProviderNotificationsContactsServiceClientConfiguration. authSchemeProvider()Gets the value for auth scheme providerNotificationsContactsAuthSchemeProviderNotificationsContactsServiceClientConfiguration.Builder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.notificationscontacts with parameters of type NotificationsContactsAuthSchemeProvider Modifier and Type Method Description default BNotificationsContactsBaseClientBuilder. authSchemeProvider(NotificationsContactsAuthSchemeProvider authSchemeProvider)Set theNotificationsContactsAuthSchemeProviderimplementation that will be used by the client to resolve the auth scheme for each request.NotificationsContactsServiceClientConfiguration.BuilderNotificationsContactsServiceClientConfiguration.Builder. authSchemeProvider(NotificationsContactsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider -
Uses of NotificationsContactsAuthSchemeProvider in software.amazon.awssdk.services.notificationscontacts.auth.scheme
Methods in software.amazon.awssdk.services.notificationscontacts.auth.scheme that return NotificationsContactsAuthSchemeProvider Modifier and Type Method Description static NotificationsContactsAuthSchemeProviderNotificationsContactsAuthSchemeProvider. defaultProvider()Get the default auth scheme provider. -
Uses of NotificationsContactsAuthSchemeProvider in software.amazon.awssdk.services.notificationscontacts.auth.scheme.internal
Classes in software.amazon.awssdk.services.notificationscontacts.auth.scheme.internal that implement NotificationsContactsAuthSchemeProvider Modifier and Type Class Description classDefaultNotificationsContactsAuthSchemeProvider -
Uses of NotificationsContactsAuthSchemeProvider in software.amazon.awssdk.services.notificationscontacts.internal
Methods in software.amazon.awssdk.services.notificationscontacts.internal that return NotificationsContactsAuthSchemeProvider Modifier and Type Method Description NotificationsContactsAuthSchemeProviderNotificationsContactsServiceClientConfigurationBuilder. authSchemeProvider()Gets the value for auth scheme providerMethods in software.amazon.awssdk.services.notificationscontacts.internal with parameters of type NotificationsContactsAuthSchemeProvider Modifier and Type Method Description NotificationsContactsServiceClientConfiguration.BuilderNotificationsContactsServiceClientConfigurationBuilder. authSchemeProvider(NotificationsContactsAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme provider
-