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)Forgets the specified device.default ForgetDeviceResponseCognitoIdentityProviderClient. forgetDevice(ForgetDeviceRequest forgetDeviceRequest)Forgets the specified device.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)Forgets the specified device.default CompletableFuture<ForgetDeviceResponse>CognitoIdentityProviderAsyncClient. forgetDevice(ForgetDeviceRequest forgetDeviceRequest)Forgets the specified device.
-