Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.AdminListDevicesRequest.Builder
-
Packages that use AdminListDevicesRequest.Builder Package Description software.amazon.awssdk.services.cognitoidentityprovider With the Amazon Cognito user pools API, you can configure user pools and authenticate users.software.amazon.awssdk.services.cognitoidentityprovider.model -
-
Uses of AdminListDevicesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type AdminListDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<AdminListDevicesResponse>CognitoIdentityProviderAsyncClient. 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.Builder Modifier and Type Method Description static AdminListDevicesRequest.BuilderAdminListDevicesRequest. builder()AdminListDevicesRequest.BuilderAdminListDevicesRequest.Builder. limit(Integer limit)The maximum number of devices that you want Amazon Cognito to return in the response.AdminListDevicesRequest.BuilderAdminListDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AdminListDevicesRequest.BuilderAdminListDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AdminListDevicesRequest.BuilderAdminListDevicesRequest.Builder. paginationToken(String paginationToken)This API operation returns a limited number of results.AdminListDevicesRequest.BuilderAdminListDevicesRequest. toBuilder()AdminListDevicesRequest.BuilderAdminListDevicesRequest.Builder. username(String username)The username of the user that you want to query or modify.AdminListDevicesRequest.BuilderAdminListDevicesRequest.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.Builder Modifier and Type Method Description static Class<? extends AdminListDevicesRequest.Builder>AdminListDevicesRequest. serializableBuilderClass()
-