Uses of Class
com.oracle.bmc.limits.requests.CreateQuotaRequest
-
Packages that use CreateQuotaRequest Package Description com.oracle.bmc.limits com.oracle.bmc.limits.requests -
-
Uses of CreateQuotaRequest in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits with parameters of type CreateQuotaRequest Modifier and Type Method Description CreateQuotaResponse
Quotas. createQuota(CreateQuotaRequest request)
Creates a new quota with the details supplied.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)
CreateQuotaResponse
QuotasClient. createQuota(CreateQuotaRequest request)
Method parameters in com.oracle.bmc.limits with type arguments of type CreateQuotaRequest 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 CreateQuotaRequest in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return CreateQuotaRequest Modifier and Type Method Description CreateQuotaRequest
CreateQuotaRequest.Builder. build()
Build the instance of CreateQuotaRequest as configured by this builderCreateQuotaRequest
CreateQuotaRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateQuotaRequest as configured by this builderMethods in com.oracle.bmc.limits.requests with parameters of type CreateQuotaRequest Modifier and Type Method Description CreateQuotaRequest.Builder
CreateQuotaRequest.Builder. copy(CreateQuotaRequest o)
Copy method to populate the builder with values from the given instance.
-