Uses of Class
io.gs2.datastore.result.DescribeNamespacesResult
Packages that use DescribeNamespacesResult
-
Uses of DescribeNamespacesResult in io.gs2.datastore
Methods in io.gs2.datastore that return DescribeNamespacesResultModifier and TypeMethodDescriptionGs2DatastoreRestClient.describeNamespaces(DescribeNamespacesRequest request) Method parameters in io.gs2.datastore with type arguments of type DescribeNamespacesResultModifier and TypeMethodDescriptionvoidGs2DatastoreRestClient.describeNamespacesAsync(DescribeNamespacesRequest request, AsyncAction<AsyncResult<DescribeNamespacesResult>> callback) -
Uses of DescribeNamespacesResult in io.gs2.datastore.result
Methods in io.gs2.datastore.result that return DescribeNamespacesResultModifier and TypeMethodDescriptionstatic DescribeNamespacesResultDescribeNamespacesResult.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeNamespacesResult.withNextPageToken(String nextPageToken)