Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ConfirmDeviceResponse.Builder
-
Packages that use ConfirmDeviceResponse.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of ConfirmDeviceResponse.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ConfirmDeviceResponse.Builder Modifier and Type Method Description static ConfirmDeviceResponse.BuilderConfirmDeviceResponse. builder()ConfirmDeviceResponse.BuilderConfirmDeviceResponse. toBuilder()ConfirmDeviceResponse.BuilderConfirmDeviceResponse.Builder. userConfirmationNecessary(Boolean userConfirmationNecessary)Whentrue, your user must confirm that they want to remember the device.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ConfirmDeviceResponse.Builder Modifier and Type Method Description static Class<? extends ConfirmDeviceResponse.Builder>ConfirmDeviceResponse. serializableBuilderClass()
-