Uses of Class
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListDevicesResponse
-
Packages that use AdminListDevicesResponse Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users. -
-
Uses of AdminListDevicesResponse in software.amazon.awssdk.services.cognitoidentityprovider
Methods in software.amazon.awssdk.services.cognitoidentityprovider that return AdminListDevicesResponse Modifier and Type Method Description default AdminListDevicesResponseCognitoIdentityProviderClient. adminListDevices(Consumer<AdminListDevicesRequest.Builder> adminListDevicesRequest)Lists devices, as an administrator.default AdminListDevicesResponseCognitoIdentityProviderClient. adminListDevices(AdminListDevicesRequest adminListDevicesRequest)Lists devices, as an administrator.Methods in software.amazon.awssdk.services.cognitoidentityprovider that return types with arguments of type AdminListDevicesResponse Modifier and Type Method Description default CompletableFuture<AdminListDevicesResponse>CognitoIdentityProviderAsyncClient. adminListDevices(Consumer<AdminListDevicesRequest.Builder> adminListDevicesRequest)Lists devices, as an administrator.default CompletableFuture<AdminListDevicesResponse>CognitoIdentityProviderAsyncClient. adminListDevices(AdminListDevicesRequest adminListDevicesRequest)Lists devices, as an administrator.
-