Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ResendConfirmationCodeResponse.Builder
-
Packages that use ResendConfirmationCodeResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ResendConfirmationCodeResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ResendConfirmationCodeResponse.Builder Modifier and Type Method Description static ResendConfirmationCodeResponse.BuilderResendConfirmationCodeResponse. builder()default ResendConfirmationCodeResponse.BuilderResendConfirmationCodeResponse.Builder. codeDeliveryDetails(Consumer<CodeDeliveryDetailsType.Builder> codeDeliveryDetails)The code delivery details returned by the server in response to the request to resend the confirmation code.ResendConfirmationCodeResponse.BuilderResendConfirmationCodeResponse.Builder. codeDeliveryDetails(CodeDeliveryDetailsType codeDeliveryDetails)The code delivery details returned by the server in response to the request to resend the confirmation code.ResendConfirmationCodeResponse.BuilderResendConfirmationCodeResponse. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ResendConfirmationCodeResponse.Builder Modifier and Type Method Description static Class<? extends ResendConfirmationCodeResponse.Builder>ResendConfirmationCodeResponse. serializableBuilderClass()
-