Uses of Interface
software.amazon.awssdk.services.pinpoint.model.VerificationResponse.Builder
-
Packages that use VerificationResponse.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of VerificationResponse.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return VerificationResponse.Builder Modifier and Type Method Description static VerificationResponse.BuilderVerificationResponse. builder()VerificationResponse.BuilderVerificationResponse. toBuilder()VerificationResponse.BuilderVerificationResponse.Builder. valid(Boolean valid)Specifies whether the OTP is valid or not.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type VerificationResponse.Builder Modifier and Type Method Description static Class<? extends VerificationResponse.Builder>VerificationResponse. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type VerificationResponse.Builder Modifier and Type Method Description default VerifyOtpMessageResponse.BuilderVerifyOtpMessageResponse.Builder. verificationResponse(Consumer<VerificationResponse.Builder> verificationResponse)Sets the value of the VerificationResponse property for this object.
-