Uses of Class
io.gs2.project.request.UpdateProjectRequest
Packages that use UpdateProjectRequest
-
Uses of UpdateProjectRequest in io.gs2.project
Methods in io.gs2.project with parameters of type UpdateProjectRequestModifier and TypeMethodDescriptionGs2ProjectRestClient.updateProject(UpdateProjectRequest request) voidGs2ProjectRestClient.updateProjectAsync(UpdateProjectRequest request, AsyncAction<AsyncResult<UpdateProjectResult>> callback) -
Uses of UpdateProjectRequest in io.gs2.project.request
Methods in io.gs2.project.request that return UpdateProjectRequestModifier and TypeMethodDescriptionstatic UpdateProjectRequestUpdateProjectRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) UpdateProjectRequest.withAccountToken(String accountToken) UpdateProjectRequest.withBillingMethodName(String billingMethodName) UpdateProjectRequest.withDescription(String description) UpdateProjectRequest.withEnableEventBridge(String enableEventBridge) UpdateProjectRequest.withEventBridgeAwsAccountId(String eventBridgeAwsAccountId) UpdateProjectRequest.withEventBridgeAwsRegion(String eventBridgeAwsRegion) UpdateProjectRequest.withProjectName(String projectName)