Uses of Interface
software.amazon.awssdk.services.connectparticipant.auth.scheme.ConnectParticipantAuthSchemeParams
-
-
Uses of ConnectParticipantAuthSchemeParams in software.amazon.awssdk.services.connectparticipant.auth.scheme
Methods in software.amazon.awssdk.services.connectparticipant.auth.scheme that return ConnectParticipantAuthSchemeParams Modifier and Type Method Description ConnectParticipantAuthSchemeParamsConnectParticipantAuthSchemeParams.Builder. build()Returns aConnectParticipantAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.connectparticipant.auth.scheme with parameters of type ConnectParticipantAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>ConnectParticipantAuthSchemeProvider. resolveAuthScheme(ConnectParticipantAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of ConnectParticipantAuthSchemeParams in software.amazon.awssdk.services.connectparticipant.auth.scheme.internal
Classes in software.amazon.awssdk.services.connectparticipant.auth.scheme.internal that implement ConnectParticipantAuthSchemeParams Modifier and Type Class Description classDefaultConnectParticipantAuthSchemeParamsMethods in software.amazon.awssdk.services.connectparticipant.auth.scheme.internal with parameters of type ConnectParticipantAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultConnectParticipantAuthSchemeProvider. resolveAuthScheme(ConnectParticipantAuthSchemeParams params)
-