Uses of Class
com.oracle.bmc.limits.responses.GetResourceAvailabilityResponse
-
Packages that use GetResourceAvailabilityResponse Package Description com.oracle.bmc.limits com.oracle.bmc.limits.responses -
-
Uses of GetResourceAvailabilityResponse in com.oracle.bmc.limits
Methods in com.oracle.bmc.limits that return GetResourceAvailabilityResponse Modifier and Type Method Description GetResourceAvailabilityResponse
Limits. getResourceAvailability(GetResourceAvailabilityRequest request)
For a given compartmentId, resource limit name, and scope, returns the following: * The number of available resources associated with the given limit.GetResourceAvailabilityResponse
LimitsClient. getResourceAvailability(GetResourceAvailabilityRequest request)
Methods in com.oracle.bmc.limits that return types with arguments of type GetResourceAvailabilityResponse Modifier and Type Method Description Future<GetResourceAvailabilityResponse>
LimitsAsync. getResourceAvailability(GetResourceAvailabilityRequest request, AsyncHandler<GetResourceAvailabilityRequest,GetResourceAvailabilityResponse> handler)
For a given compartmentId, resource limit name, and scope, returns the following: * The number of available resources associated with the given limit.Future<GetResourceAvailabilityResponse>
LimitsAsyncClient. getResourceAvailability(GetResourceAvailabilityRequest request, AsyncHandler<GetResourceAvailabilityRequest,GetResourceAvailabilityResponse> handler)
Method parameters in com.oracle.bmc.limits with type arguments of type GetResourceAvailabilityResponse Modifier and Type Method Description Future<GetResourceAvailabilityResponse>
LimitsAsync. getResourceAvailability(GetResourceAvailabilityRequest request, AsyncHandler<GetResourceAvailabilityRequest,GetResourceAvailabilityResponse> handler)
For a given compartmentId, resource limit name, and scope, returns the following: * The number of available resources associated with the given limit.Future<GetResourceAvailabilityResponse>
LimitsAsyncClient. getResourceAvailability(GetResourceAvailabilityRequest request, AsyncHandler<GetResourceAvailabilityRequest,GetResourceAvailabilityResponse> handler)
-
Uses of GetResourceAvailabilityResponse in com.oracle.bmc.limits.responses
Methods in com.oracle.bmc.limits.responses that return GetResourceAvailabilityResponse Modifier and Type Method Description GetResourceAvailabilityResponse
GetResourceAvailabilityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.limits.responses with parameters of type GetResourceAvailabilityResponse Modifier and Type Method Description GetResourceAvailabilityResponse.Builder
GetResourceAvailabilityResponse.Builder. copy(GetResourceAvailabilityResponse o)
Copy method to populate the builder with values from the given instance.
-