Uses of Class
com.oracle.bmc.limits.responses.GetQuotaResponse
-
Packages that use GetQuotaResponse Package Description com.oracle.bmc.limits com.oracle.bmc.limits.responses -
-
Uses of GetQuotaResponse in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits that return GetQuotaResponse Modifier and Type Method Description GetQuotaResponse
Quotas. getQuota(GetQuotaRequest request)
Gets the quota for the OCID specified.GetQuotaResponse
QuotasClient. getQuota(GetQuotaRequest request)
Methods in com.oracle.bmc.limits that return types with arguments of type GetQuotaResponse Modifier and Type Method Description Waiter<GetQuotaRequest,GetQuotaResponse>
QuotasWaiters. forQuota(GetQuotaRequest request, Quota.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetQuotaRequest,GetQuotaResponse>
QuotasWaiters. forQuota(GetQuotaRequest request, Quota.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetQuotaRequest,GetQuotaResponse>
QuotasWaiters. forQuota(GetQuotaRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Quota.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetQuotaResponse>
QuotasAsync. getQuota(GetQuotaRequest request, AsyncHandler<GetQuotaRequest,GetQuotaResponse> handler)
Gets the quota for the OCID specified.Future<GetQuotaResponse>
QuotasAsyncClient. getQuota(GetQuotaRequest request, AsyncHandler<GetQuotaRequest,GetQuotaResponse> handler)
Method parameters in com.oracle.bmc.limits with type arguments of type GetQuotaResponse Modifier and Type Method Description Future<GetQuotaResponse>
QuotasAsync. getQuota(GetQuotaRequest request, AsyncHandler<GetQuotaRequest,GetQuotaResponse> handler)
Gets the quota for the OCID specified.Future<GetQuotaResponse>
QuotasAsyncClient. getQuota(GetQuotaRequest request, AsyncHandler<GetQuotaRequest,GetQuotaResponse> handler)
-
Uses of GetQuotaResponse in com.oracle.bmc.limits.responses
Methods in com.oracle.bmc.limits.responses that return GetQuotaResponse Modifier and Type Method Description GetQuotaResponse
GetQuotaResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.limits.responses with parameters of type GetQuotaResponse Modifier and Type Method Description GetQuotaResponse.Builder
GetQuotaResponse.Builder. copy(GetQuotaResponse o)
Copy method to populate the builder with values from the given instance.
-