Uses of Class
io.gs2.project.request.CreateProjectRequest
Packages that use CreateProjectRequest
-
Uses of CreateProjectRequest in io.gs2.project
Methods in io.gs2.project with parameters of type CreateProjectRequestModifier and TypeMethodDescriptionGs2ProjectRestClient.createProject(CreateProjectRequest request) voidGs2ProjectRestClient.createProjectAsync(CreateProjectRequest request, AsyncAction<AsyncResult<CreateProjectResult>> callback) -
Uses of CreateProjectRequest in io.gs2.project.request
Methods in io.gs2.project.request that return CreateProjectRequestModifier and TypeMethodDescriptionstatic CreateProjectRequestCreateProjectRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateProjectRequest.withAccountToken(String accountToken) CreateProjectRequest.withBillingMethodName(String billingMethodName) CreateProjectRequest.withDescription(String description) CreateProjectRequest.withEnableEventBridge(String enableEventBridge) CreateProjectRequest.withEventBridgeAwsAccountId(String eventBridgeAwsAccountId) CreateProjectRequest.withEventBridgeAwsRegion(String eventBridgeAwsRegion)