Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetDeviceRequest.Builder
Packages that use GetDeviceRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of GetDeviceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type GetDeviceRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<GetDeviceResponse>CognitoIdentityProviderAsyncClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest) Given a device key, returns information about a remembered device for the current user.default GetDeviceResponseCognitoIdentityProviderClient.getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest) Given a device key, returns information about a remembered device for the current user. -
Uses of GetDeviceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return GetDeviceRequest.BuilderModifier and TypeMethodDescriptionGetDeviceRequest.Builder.accessToken(String accessToken) A valid access token that Amazon Cognito issued to the currently signed-in user.static GetDeviceRequest.BuilderGetDeviceRequest.builder()The key of the device that you want to get information about.GetDeviceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDeviceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetDeviceRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GetDeviceRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDeviceRequest.Builder>GetDeviceRequest.serializableBuilderClass()