Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListDevicesResponse
-
Packages that use ListDevicesResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of ListDevicesResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return ListDevicesResponse Modifier and Type Method Description default ListDevicesResponseCognitoIdentityProviderClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Lists the sign-in devices that Amazon Cognito has registered to the current user.default ListDevicesResponseCognitoIdentityProviderClient. listDevices(ListDevicesRequest listDevicesRequest)Lists the sign-in devices that Amazon Cognito has registered to the current user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListDevicesResponse Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>CognitoIdentityProviderAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Lists the sign-in devices that Amazon Cognito has registered to the current user.default CompletableFuture<ListDevicesResponse>CognitoIdentityProviderAsyncClient. listDevices(ListDevicesRequest listDevicesRequest)Lists the sign-in devices that Amazon Cognito has registered to the current user.
-