Uses of Class
com.amazonaws.services.cognitosync.model.ListDatasetsRequest
-
Packages that use ListDatasetsRequest Package Description com.amazonaws.services.cognitosync com.amazonaws.services.cognitosync.model -
-
Uses of ListDatasetsRequest in com.amazonaws.services.cognitosync
Method parameters in com.amazonaws.services.cognitosync with type arguments of type ListDatasetsRequest Modifier and Type Method Description Future<ListDatasetsResult>AbstractAmazonCognitoSyncAsync. listDatasetsAsync(ListDatasetsRequest request, AsyncHandler<ListDatasetsRequest,ListDatasetsResult> asyncHandler)Future<ListDatasetsResult>AmazonCognitoSyncAsync. listDatasetsAsync(ListDatasetsRequest listDatasetsRequest, AsyncHandler<ListDatasetsRequest,ListDatasetsResult> asyncHandler)Lists datasets for an identity.Future<ListDatasetsResult>AmazonCognitoSyncAsyncClient. listDatasetsAsync(ListDatasetsRequest request, AsyncHandler<ListDatasetsRequest,ListDatasetsResult> asyncHandler) -
Uses of ListDatasetsRequest in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return ListDatasetsRequest Modifier and Type Method Description ListDatasetsRequestListDatasetsRequest. clone()ListDatasetsRequestListDatasetsRequest. withIdentityId(String identityId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.ListDatasetsRequestListDatasetsRequest. withIdentityPoolId(String identityPoolId)A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.ListDatasetsRequestListDatasetsRequest. withMaxResults(Integer maxResults)The maximum number of results to be returned.ListDatasetsRequestListDatasetsRequest. withNextToken(String nextToken)A pagination token for obtaining the next page of results.
-