Uses of Class
io.gs2.formation.request.DeleteNamespaceRequest
Packages that use DeleteNamespaceRequest
-
Uses of DeleteNamespaceRequest in io.gs2.formation
Methods in io.gs2.formation with parameters of type DeleteNamespaceRequestModifier and TypeMethodDescriptionGs2FormationRestClient.deleteNamespace(DeleteNamespaceRequest request) voidGs2FormationRestClient.deleteNamespaceAsync(DeleteNamespaceRequest request, AsyncAction<AsyncResult<DeleteNamespaceResult>> callback) -
Uses of DeleteNamespaceRequest in io.gs2.formation.request
Methods in io.gs2.formation.request that return DeleteNamespaceRequestModifier and TypeMethodDescriptionstatic DeleteNamespaceRequestDeleteNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DeleteNamespaceRequest.withNamespaceName(String namespaceName)