Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.GetAuthenticationUrlRequest.Builder
-
Packages that use GetAuthenticationUrlRequest.Builder Package Description software.amazon.awssdk.services.connectparticipant software.amazon.awssdk.services.connectparticipant.model -
-
Uses of GetAuthenticationUrlRequest.Builder in software.amazon.awssdk.services.connectparticipant
Method parameters in software.amazon.awssdk.services.connectparticipant with type arguments of type GetAuthenticationUrlRequest.Builder Modifier and Type Method Description default CompletableFuture<GetAuthenticationUrlResponse>ConnectParticipantAsyncClient. getAuthenticationUrl(Consumer<GetAuthenticationUrlRequest.Builder> getAuthenticationUrlRequest)Retrieves the AuthenticationUrl for the current authentication session for the AuthenticateCustomer flow block.default GetAuthenticationUrlResponseConnectParticipantClient. getAuthenticationUrl(Consumer<GetAuthenticationUrlRequest.Builder> getAuthenticationUrlRequest)Retrieves the AuthenticationUrl for the current authentication session for the AuthenticateCustomer flow block. -
Uses of GetAuthenticationUrlRequest.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return GetAuthenticationUrlRequest.Builder Modifier and Type Method Description static GetAuthenticationUrlRequest.BuilderGetAuthenticationUrlRequest. builder()GetAuthenticationUrlRequest.BuilderGetAuthenticationUrlRequest.Builder. connectionToken(String connectionToken)The authentication token associated with the participant's connection.GetAuthenticationUrlRequest.BuilderGetAuthenticationUrlRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAuthenticationUrlRequest.BuilderGetAuthenticationUrlRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetAuthenticationUrlRequest.BuilderGetAuthenticationUrlRequest.Builder. redirectUri(String redirectUri)The URL where the customer will be redirected after Amazon Cognito authorizes the user.GetAuthenticationUrlRequest.BuilderGetAuthenticationUrlRequest.Builder. sessionId(String sessionId)The sessionId provided in the authenticationInitiated event.GetAuthenticationUrlRequest.BuilderGetAuthenticationUrlRequest. toBuilder()Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type GetAuthenticationUrlRequest.Builder Modifier and Type Method Description static Class<? extends GetAuthenticationUrlRequest.Builder>GetAuthenticationUrlRequest. serializableBuilderClass()
-