Uses of Interface
software.amazon.awssdk.services.cognitoidentityprovider.model.ListDevicesRequest.Builder
Packages that use ListDevicesRequest.Builder
Package
Description
With the Amazon Cognito user pools API, you can configure user pools and authenticate users.
-
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider
Method parameters in software.amazon.awssdk.services.cognitoidentityprovider with type arguments of type ListDevicesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListDevicesResponse>CognitoIdentityProviderAsyncClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest) Lists the devices that Amazon Cognito has registered to the currently signed-in user.default ListDevicesResponseCognitoIdentityProviderClient.listDevices(Consumer<ListDevicesRequest.Builder> listDevicesRequest) Lists the devices that Amazon Cognito has registered to the currently signed-in user. -
Uses of ListDevicesRequest.Builder in software.amazon.awssdk.services.cognitoidentityprovider.model
Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return ListDevicesRequest.BuilderModifier and TypeMethodDescriptionListDevicesRequest.Builder.accessToken(String accessToken) A valid access token that Amazon Cognito issued to the currently signed-in user.static ListDevicesRequest.BuilderListDevicesRequest.builder()The maximum number of devices that you want Amazon Cognito to return in the response.ListDevicesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListDevicesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListDevicesRequest.Builder.paginationToken(String paginationToken) This API operation returns a limited number of results.ListDevicesRequest.toBuilder()Methods in software.amazon.awssdk.services.cognitoidentityprovider.model that return types with arguments of type ListDevicesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListDevicesRequest.Builder>ListDevicesRequest.serializableBuilderClass()