Uses of Class
com.oracle.bmc.limits.responses.CreateQuotaResponse
-
Packages that use CreateQuotaResponse Package Description com.oracle.bmc.limits com.oracle.bmc.limits.responses -
-
Uses of CreateQuotaResponse in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits that return CreateQuotaResponse Modifier and Type Method Description CreateQuotaResponse
Quotas. createQuota(CreateQuotaRequest request)
Creates a new quota with the details supplied.CreateQuotaResponse
QuotasClient. createQuota(CreateQuotaRequest request)
Methods in com.oracle.bmc.limits that return types with arguments of type CreateQuotaResponse Modifier and Type Method Description Future<CreateQuotaResponse>
QuotasAsync. createQuota(CreateQuotaRequest request, AsyncHandler<CreateQuotaRequest,CreateQuotaResponse> handler)
Creates a new quota with the details supplied.Future<CreateQuotaResponse>
QuotasAsyncClient. createQuota(CreateQuotaRequest request, AsyncHandler<CreateQuotaRequest,CreateQuotaResponse> handler)
Method parameters in com.oracle.bmc.limits with type arguments of type CreateQuotaResponse Modifier and Type Method Description Future<CreateQuotaResponse>
QuotasAsync. createQuota(CreateQuotaRequest request, AsyncHandler<CreateQuotaRequest,CreateQuotaResponse> handler)
Creates a new quota with the details supplied.Future<CreateQuotaResponse>
QuotasAsyncClient. createQuota(CreateQuotaRequest request, AsyncHandler<CreateQuotaRequest,CreateQuotaResponse> handler)
-
Uses of CreateQuotaResponse in com.oracle.bmc.limits.responses
Methods in com.oracle.bmc.limits.responses that return CreateQuotaResponse Modifier and Type Method Description CreateQuotaResponse
CreateQuotaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.limits.responses with parameters of type CreateQuotaResponse Modifier and Type Method Description CreateQuotaResponse.Builder
CreateQuotaResponse.Builder. copy(CreateQuotaResponse o)
Copy method to populate the builder with values from the given instance.
-