Uses of Interface
software.amazon.awssdk.services.notifications.auth.scheme.NotificationsAuthSchemeParams.Builder
-
Packages that use NotificationsAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.notifications.auth.scheme software.amazon.awssdk.services.notifications.auth.scheme.internal -
-
Uses of NotificationsAuthSchemeParams.Builder in software.amazon.awssdk.services.notifications.auth.scheme
Methods in software.amazon.awssdk.services.notifications.auth.scheme that return NotificationsAuthSchemeParams.Builder Modifier and Type Method Description static NotificationsAuthSchemeParams.BuilderNotificationsAuthSchemeParams. builder()Get a new builder for creating aNotificationsAuthSchemeParams.NotificationsAuthSchemeParams.BuilderNotificationsAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.NotificationsAuthSchemeParams.BuilderNotificationsAuthSchemeParams.Builder. region(Region region)Set the region.NotificationsAuthSchemeParams.BuilderNotificationsAuthSchemeParams. toBuilder()Returns aNotificationsAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.notifications.auth.scheme with type arguments of type NotificationsAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>NotificationsAuthSchemeProvider. resolveAuthScheme(Consumer<NotificationsAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of NotificationsAuthSchemeParams.Builder in software.amazon.awssdk.services.notifications.auth.scheme.internal
Methods in software.amazon.awssdk.services.notifications.auth.scheme.internal that return NotificationsAuthSchemeParams.Builder Modifier and Type Method Description static NotificationsAuthSchemeParams.BuilderDefaultNotificationsAuthSchemeParams. builder()NotificationsAuthSchemeParams.BuilderDefaultNotificationsAuthSchemeParams. toBuilder()
-