Uses of Class
software.amazon.awssdk.services.connectparticipant.model.GetAuthenticationUrlRequest
-
Packages that use GetAuthenticationUrlRequest Package Description software.amazon.awssdk.services.connectparticipant software.amazon.awssdk.services.connectparticipant.transform -
-
Uses of GetAuthenticationUrlRequest in software.amazon.awssdk.services.connectparticipant
Methods in software.amazon.awssdk.services.connectparticipant with parameters of type GetAuthenticationUrlRequest Modifier and Type Method Description default CompletableFuture<GetAuthenticationUrlResponse>ConnectParticipantAsyncClient. getAuthenticationUrl(GetAuthenticationUrlRequest 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. -
Uses of GetAuthenticationUrlRequest in software.amazon.awssdk.services.connectparticipant.transform
Methods in software.amazon.awssdk.services.connectparticipant.transform with parameters of type GetAuthenticationUrlRequest Modifier and Type Method Description SdkHttpFullRequestGetAuthenticationUrlRequestMarshaller. marshall(GetAuthenticationUrlRequest getAuthenticationUrlRequest)
-