Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.GetDeviceRequest.Builder
-
Packages that use GetDeviceRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of GetDeviceRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type GetDeviceRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description GetDeviceRequest.BuilderGetDeviceRequest.Builder. accessToken(String accessToken)A valid access token that Amazon Cognito issued to the currently signed-in user.static GetDeviceRequest.BuilderGetDeviceRequest. builder()GetDeviceRequest.BuilderGetDeviceRequest.Builder. deviceKey(String deviceKey)The key of the device that you want to get information about.GetDeviceRequest.BuilderGetDeviceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeviceRequest.BuilderGetDeviceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeviceRequest.BuilderGetDeviceRequest. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type GetDeviceRequest.Builder Modifier and Type Method Description static Class<? extends GetDeviceRequest.Builder>GetDeviceRequest. serializableBuilderClass()
-