Uses of Interface
software.amazon.awssdk.services.notifications.auth.scheme.NotificationsAuthSchemeParams
-
Packages that use NotificationsAuthSchemeParams Package Description software.amazon.awssdk.services.notifications.auth.scheme software.amazon.awssdk.services.notifications.auth.scheme.internal -
-
Uses of NotificationsAuthSchemeParams in software.amazon.awssdk.services.notifications.auth.scheme
Methods in software.amazon.awssdk.services.notifications.auth.scheme that return NotificationsAuthSchemeParams Modifier and Type Method Description NotificationsAuthSchemeParamsNotificationsAuthSchemeParams.Builder. build()Returns aNotificationsAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.notifications.auth.scheme with parameters of type NotificationsAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>NotificationsAuthSchemeProvider. resolveAuthScheme(NotificationsAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of NotificationsAuthSchemeParams in software.amazon.awssdk.services.notifications.auth.scheme.internal
Classes in software.amazon.awssdk.services.notifications.auth.scheme.internal that implement NotificationsAuthSchemeParams Modifier and Type Class Description classDefaultNotificationsAuthSchemeParamsMethods in software.amazon.awssdk.services.notifications.auth.scheme.internal with parameters of type NotificationsAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultNotificationsAuthSchemeProvider. resolveAuthScheme(NotificationsAuthSchemeParams params)
-