Uses of Class
io.gs2.project.request.DescribeBillingsRequest
Packages that use DescribeBillingsRequest
-
Uses of DescribeBillingsRequest in io.gs2.project
Methods in io.gs2.project with parameters of type DescribeBillingsRequestModifier and TypeMethodDescriptionGs2ProjectRestClient.describeBillings(DescribeBillingsRequest request) voidGs2ProjectRestClient.describeBillingsAsync(DescribeBillingsRequest request, AsyncAction<AsyncResult<DescribeBillingsResult>> callback) -
Uses of DescribeBillingsRequest in io.gs2.project.request
Methods in io.gs2.project.request that return DescribeBillingsRequestModifier and TypeMethodDescriptionstatic DescribeBillingsRequestDescribeBillingsRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) DescribeBillingsRequest.withAccountToken(String accountToken) DescribeBillingsRequest.withProjectName(String projectName) DescribeBillingsRequest.withRegion(String region) DescribeBillingsRequest.withService(String service)