Uses of Class
io.gs2.deploy.request.GetEventRequest
Packages that use GetEventRequest
-
Uses of GetEventRequest in io.gs2.deploy
Methods in io.gs2.deploy with parameters of type GetEventRequestModifier and TypeMethodDescriptionGs2DeployRestClient.getEvent(GetEventRequest request) voidGs2DeployRestClient.getEventAsync(GetEventRequest request, AsyncAction<AsyncResult<GetEventResult>> callback) -
Uses of GetEventRequest in io.gs2.deploy.request
Methods in io.gs2.deploy.request that return GetEventRequestModifier and TypeMethodDescriptionstatic GetEventRequestGetEventRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) GetEventRequest.withEventName(String eventName) GetEventRequest.withStackName(String stackName)