Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListDevicesRequest.Builder
Packages that use AdminListDevicesRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of AdminListDevicesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminListDevicesRequest.BuilderModifier and TypeMethodDescriptionCognitoIdentityProviderAsyncClient.adminListDevices(Consumer<AdminListDevicesRequest.Builder> adminListDevicesRequest) Lists a user's registered devices.default AdminListDevicesResponseCognitoIdentityProviderClient.adminListDevices(Consumer<AdminListDevicesRequest.Builder> adminListDevicesRequest) Lists a user's registered devices. -
Uses of AdminListDevicesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return AdminListDevicesRequest.BuilderModifier and TypeMethodDescriptionAdminListDevicesRequest.builder()The maximum number of devices that you want Amazon Cognito to return in the response.AdminListDevicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) AdminListDevicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) AdminListDevicesRequest.Builder.paginationToken(String paginationToken) This API operation returns a limited number of results.AdminListDevicesRequest.toBuilder()The name of the user that you want to query or modify.AdminListDevicesRequest.Builder.userPoolId(String userPoolId) The ID of the user pool where the device owner is a user.Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type AdminListDevicesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AdminListDevicesRequest.Builder>AdminListDevicesRequest.serializableBuilderClass()