Query Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | A filter for the name of the returned keys. |
| After | String | No | Instructs the server to return elements that appear after the + * element referred + * to by the specified token. |
Header Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| Sync-Token | String | No | Used to guarantee real-time consistency between + * requests. |
| Accept-Datetime | String | No | Requests the server to respond with the state of the + * resource at the specified + * time. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a list of keys along with {@link PagedResponse} on successful completion of {@link Mono}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | A filter for the name of the returned keys. |
| After | String | No | Instructs the server to return elements that appear after the + * element referred + * to by the specified token. |
Header Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| Sync-Token | String | No | Used to guarantee real-time consistency between + * requests. |
| Accept-Datetime | String | No | Requests the server to respond with the state of the + * resource at the specified + * time. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a list of keys as paginated response with {@link PagedFlux}.
+ */
+ @ServiceMethod(returns = ReturnType.COLLECTION)
+ public PagedFluxQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | A filter for the name of the returned keys. |
| After | String | No | Instructs the server to return elements that appear after the + * element referred + * to by the specified token. |
Header Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| Sync-Token | String | No | Used to guarantee real-time consistency between + * requests. |
| Accept-Datetime | String | No | Requests the server to respond with the state of the + * resource at the specified + * time. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a list of keys along with {@link PagedResponse}.
+ */
+ @ServiceMethod(returns = ReturnType.SINGLE)
+ public PagedResponseQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | A filter for the name of the returned keys. |
| After | String | No | Instructs the server to return elements that appear after the + * element referred + * to by the specified token. |
Header Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| Sync-Token | String | No | Used to guarantee real-time consistency between + * requests. |
| Accept-Datetime | String | No | Requests the server to respond with the state of the + * resource at the specified + * time. |
Response Body Schema
+ * + *
+ * {@code
+ * {
+ * name: String (Required)
+ * }
+ * }
+ *
+ *
+ * @param requestOptions The options to configure the HTTP request before HTTP client sends it.
+ * @throws HttpResponseException thrown if the request is rejected by server.
+ * @throws ClientAuthenticationException thrown if the request is rejected by server on status code 401.
+ * @throws ResourceNotFoundException thrown if the request is rejected by server on status code 404.
+ * @throws ResourceModifiedException thrown if the request is rejected by server on status code 409.
+ * @return a list of keys as paginated response with {@link PagedIterable}.
*/
- @ServiceMethod(returns = ReturnType.SINGLE)
- public MonoQuery Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| name | String | No | A filter for the name of the returned keys. |
| After | String | No | Instructs the server to return elements that appear after the + * element referred + * to by the specified token. |
Header Parameters
+ *| Name | Type | Required | Description |
|---|---|---|---|
| Sync-Token | String | No | Used to guarantee real-time consistency between + * requests. |
| Accept-Datetime | String | No | Requests the server to respond with the state of the + * resource at the specified + * time. |
Query Parameters
+ *