Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.ListDevicesResponse
Packages that use ListDevicesResponse
Package
Description
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 ListDevicesResponseModifier and TypeMethodDescriptiondefault ListDevicesResponseCognitoIdentityProviderClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest) Lists the devices that Amazon Cognito has registered to the currently signed-in user.default ListDevicesResponseCognitoIdentityProviderClient.listDevices(ListDevicesRequest listDevicesRequest) Lists the devices that Amazon Cognito has registered to the currently signed-in user.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type ListDevicesResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListDevicesResponse>CognitoIdentityProviderAsyncClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest) Lists the devices that Amazon Cognito has registered to the currently signed-in user.default CompletableFuture<ListDevicesResponse>CognitoIdentityProviderAsyncClient.listDevices(ListDevicesRequest listDevicesRequest) Lists the devices that Amazon Cognito has registered to the currently signed-in user.