Uses of Class
io.gs2.gateway.request.UpdateNamespaceRequest
Packages that use UpdateNamespaceRequest
-
Uses of UpdateNamespaceRequest in io.gs2.gateway
Methods in io.gs2.gateway with parameters of type UpdateNamespaceRequestModifier and TypeMethodDescriptionGs2GatewayRestClient.updateNamespace(UpdateNamespaceRequest request) Gs2GatewayWebSocketClient.updateNamespace(UpdateNamespaceRequest request) voidGs2GatewayRestClient.updateNamespaceAsync(UpdateNamespaceRequest request, AsyncAction<AsyncResult<UpdateNamespaceResult>> callback) voidGs2GatewayWebSocketClient.updateNamespaceAsync(UpdateNamespaceRequest request, AsyncAction<AsyncResult<UpdateNamespaceResult>> callback) -
Uses of UpdateNamespaceRequest in io.gs2.gateway.request
Methods in io.gs2.gateway.request that return UpdateNamespaceRequestModifier and TypeMethodDescriptionstatic UpdateNamespaceRequestUpdateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateNamespaceRequest.withDescription(String description) UpdateNamespaceRequest.withFirebaseSecret(String firebaseSecret) UpdateNamespaceRequest.withLogSetting(LogSetting logSetting) UpdateNamespaceRequest.withNamespaceName(String namespaceName)