Uses of Class
com.oracle.bmc.limits.requests.GetQuotaRequest
-
Packages that use GetQuotaRequest Package Description com.oracle.bmc.limits com.oracle.bmc.limits.requests -
-
Uses of GetQuotaRequest in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits that return types with arguments of type GetQuotaRequest 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.Methods in com.oracle.bmc.limits with parameters of type GetQuotaRequest 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.GetQuotaResponse
Quotas. getQuota(GetQuotaRequest request)
Gets the quota for the OCID specified.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)
GetQuotaResponse
QuotasClient. getQuota(GetQuotaRequest request)
Method parameters in com.oracle.bmc.limits with type arguments of type GetQuotaRequest 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 GetQuotaRequest in com.oracle.bmc.limits.requests
Methods in com.oracle.bmc.limits.requests that return GetQuotaRequest Modifier and Type Method Description GetQuotaRequest
GetQuotaRequest.Builder. build()
Build the instance of GetQuotaRequest as configured by this builderGetQuotaRequest
GetQuotaRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetQuotaRequest as configured by this builderMethods in com.oracle.bmc.limits.requests with parameters of type GetQuotaRequest Modifier and Type Method Description GetQuotaRequest.Builder
GetQuotaRequest.Builder. copy(GetQuotaRequest o)
Copy method to populate the builder with values from the given instance.
-