Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ForgetDeviceResponse
-
Packages that use ForgetDeviceResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of ForgetDeviceResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ForgetDeviceResponse Modifier and Type Method Description default ForgetDeviceResponseCognitoIdentityProviderClient. forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest)Given a device key, deletes a remembered device as the currently signed-in user.default ForgetDeviceResponseCognitoIdentityProviderClient. forgetDevice(ForgetDeviceRequest forgetDeviceRequest)Given a device key, deletes a remembered device as the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ForgetDeviceResponse Modifier and Type Method Description default CompletableFuture<ForgetDeviceResponse>CognitoIdentityProviderAsyncClient. forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest)Given a device key, deletes a remembered device as the currently signed-in user.default CompletableFuture<ForgetDeviceResponse>CognitoIdentityProviderAsyncClient. forgetDevice(ForgetDeviceRequest forgetDeviceRequest)Given a device key, deletes a remembered device as the currently signed-in user.
-