Uses of Interface
software.amazon.awssdk.services.connectparticipant.model.GetAuthenticationUrlResponse.Builder
-
Packages that use GetAuthenticationUrlResponse.Builder Package Description software.amazon.awssdk.services.connectparticipant.model -
-
Uses of GetAuthenticationUrlResponse.Builder in software.amazon.awssdk.services.connectparticipant.model
Methods in software.amazon.awssdk.services.connectparticipant.model that return GetAuthenticationUrlResponse.Builder Modifier and Type Method Description GetAuthenticationUrlResponse.BuilderGetAuthenticationUrlResponse.Builder. authenticationUrl(String authenticationUrl)The URL where the customer will sign in to the identity provider.static GetAuthenticationUrlResponse.BuilderGetAuthenticationUrlResponse. builder()GetAuthenticationUrlResponse.BuilderGetAuthenticationUrlResponse. toBuilder()Methods in software.amazon.awssdk.services.connectparticipant.model that return types with arguments of type GetAuthenticationUrlResponse.Builder Modifier and Type Method Description static Class<? extends GetAuthenticationUrlResponse.Builder>GetAuthenticationUrlResponse. serializableBuilderClass()
-