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 devices, as an administrator.default AdminListDevicesResponseCognitoIdentityProviderClient. adminListDevices(Consumer<AdminListDevicesRequest.Builder> adminListDevicesRequest)Lists devices, as an administrator. -
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 limit of the devices request.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 user pool ID.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()
-