Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ChallengeResponseType.Builder
-
Packages that use ChallengeResponseType.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ChallengeResponseType.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ChallengeResponseType.Builder Modifier and Type Method Description static ChallengeResponseType.BuilderChallengeResponseType. builder()ChallengeResponseType.BuilderChallengeResponseType.Builder. challengeName(String challengeName)The challenge name.ChallengeResponseType.BuilderChallengeResponseType.Builder. challengeName(ChallengeName challengeName)The challenge name.ChallengeResponseType.BuilderChallengeResponseType.Builder. challengeResponse(String challengeResponse)The challenge response.ChallengeResponseType.BuilderChallengeResponseType.Builder. challengeResponse(ChallengeResponse challengeResponse)The challenge response.ChallengeResponseType.BuilderChallengeResponseType. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ChallengeResponseType.Builder Modifier and Type Method Description static Class<? extends ChallengeResponseType.Builder>ChallengeResponseType. serializableBuilderClass()
-