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)Gets the device.default GetDeviceResponseCognitoIdentityProviderClient. getDevice(Consumer<GetDeviceRequest.Builder> getDeviceRequest)Gets the device. -
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 user whose device information you want to request.static GetDeviceRequest.BuilderGetDeviceRequest. builder()GetDeviceRequest.BuilderGetDeviceRequest.Builder. deviceKey(String deviceKey)The device key.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()
-