Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminGetDeviceResponse
-
Packages that use AdminGetDeviceResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of AdminGetDeviceResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminGetDeviceResponse Modifier and Type Method Description default AdminGetDeviceResponseCognitoIdentityProviderClient. adminGetDevice(Consumer<AdminGetDeviceRequest.Builder> adminGetDeviceRequest)Given the device key, returns details for a user' device.default AdminGetDeviceResponseCognitoIdentityProviderClient. adminGetDevice(AdminGetDeviceRequest adminGetDeviceRequest)Given the device key, returns details for a user' device.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminGetDeviceResponse Modifier and Type Method Description default CompletableFuture<AdminGetDeviceResponse>CognitoIdentityProviderAsyncClient. adminGetDevice(Consumer<AdminGetDeviceRequest.Builder> adminGetDeviceRequest)Given the device key, returns details for a user' device.default CompletableFuture<AdminGetDeviceResponse>CognitoIdentityProviderAsyncClient. adminGetDevice(AdminGetDeviceRequest adminGetDeviceRequest)Given the device key, returns details for a user' device.
-