Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ForgetDeviceRequest.Builder
Packages that use ForgetDeviceRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ForgetDeviceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ForgetDeviceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ForgetDeviceResponse>CognitoIdentityProviderAsyncClient.forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest) Given a device key, deletes a remembered device as the currently signed-in user.default ForgetDeviceResponseCognitoIdentityProviderClient.forgetDevice(Consumer<ForgetDeviceRequest.Builder> forgetDeviceRequest) Given a device key, deletes a remembered device as the currently signed-in user. -
Uses of ForgetDeviceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ForgetDeviceRequest.BuilderModifier and TypeMethodDescriptionForgetDeviceRequest.Builder.accessToken(String accessToken) A valid access token that Amazon Cognito issued to the currently signed-in user.static ForgetDeviceRequest.BuilderForgetDeviceRequest.builder()The unique identifier, or device key, of the device that the user wants to forget.ForgetDeviceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ForgetDeviceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ForgetDeviceRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ForgetDeviceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ForgetDeviceRequest.Builder>ForgetDeviceRequest.serializableBuilderClass()