Package | Description |
---|---|
com.amazon.ask.model.services.datastore | |
com.amazon.ask.model.services.datastore.v1 |
Modifier and Type | Method and Description |
---|---|
QueuedResultResponse |
DatastoreService.queuedResultV1(String queuedResultId,
Integer maxResults,
String nextToken) |
QueuedResultResponse |
DatastoreServiceClient.queuedResultV1(String queuedResultId,
Integer maxResults,
String nextToken)
Query statuses of deliveries to offline devices returned by commands API.
|
Modifier and Type | Method and Description |
---|---|
com.amazon.ask.model.services.ApiResponse<QueuedResultResponse> |
DatastoreService.callQueuedResultV1(String queuedResultId,
Integer maxResults,
String nextToken) |
com.amazon.ask.model.services.ApiResponse<QueuedResultResponse> |
DatastoreServiceClient.callQueuedResultV1(String queuedResultId,
Integer maxResults,
String nextToken)
Query statuses of deliveries to offline devices returned by commands API.
|
Modifier and Type | Method and Description |
---|---|
QueuedResultResponse |
QueuedResultResponse.Builder.build() |
Copyright © 2023. All rights reserved.