Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListDevicesRequest.Builder
-
Packages that use ListDevicesRequest.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 ListDevicesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ListDevicesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListDevicesResponse>CognitoIdentityProviderAsyncClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Lists the sign-in devices that Amazon Cognito has registered to the current user.default ListDevicesResponseCognitoIdentityProviderClient. listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest)Lists the sign-in devices that Amazon Cognito has registered to the current user. -
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListDevicesRequest.Builder Modifier and Type Method Description ListDevicesRequest.BuilderListDevicesRequest.Builder. accessToken(String accessToken)A valid access token that Amazon Cognito issued to the user whose list of devices you want to view.static ListDevicesRequest.BuilderListDevicesRequest. builder()ListDevicesRequest.BuilderListDevicesRequest.Builder. limit(Integer limit)The limit of the device request.ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDevicesRequest.BuilderListDevicesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDevicesRequest.BuilderListDevicesRequest.Builder. paginationToken(String paginationToken)This API operation returns a limited number of results.ListDevicesRequest.BuilderListDevicesRequest. toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListDevicesRequest.Builder Modifier and Type Method Description static Class<? extends ListDevicesRequest.Builder>ListDevicesRequest. serializableBuilderClass()
-