Uses of Class
software.amazon.awssdk.services.connectparticipant.model.GetAuthenticationUrlResponse
-
Packages that use GetAuthenticationUrlResponse Package Description software.amazon.awssdk.services.connectparticipant -
-
Uses of GetAuthenticationUrlResponse in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant that return GetAuthenticationUrlResponse Modifier and Type Method Description default GetAuthenticationUrlResponseConnectParticipantClient. getAuthenticationUrl(Consumer<GetAuthenticationUrlRequest.Builder> getAuthenticationUrlRequest)Retrieves the AuthenticationUrl for the current authentication session for the AuthenticateCustomer flow block.default GetAuthenticationUrlResponseConnectParticipantClient. getAuthenticationUrl(GetAuthenticationUrlRequest getAuthenticationUrlRequest)Retrieves the AuthenticationUrl for the current authentication session for the AuthenticateCustomer flow block.Methods in software.amazon.awssdk.services.connectparticipant that return types with arguments of type GetAuthenticationUrlResponse 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 CompletableFuture<GetAuthenticationUrlResponse>ConnectParticipantAsyncClient. getAuthenticationUrl(GetAuthenticationUrlRequest getAuthenticationUrlRequest)Retrieves the AuthenticationUrl for the current authentication session for the AuthenticateCustomer flow block.
-