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