Package | Description |
---|---|
com.oracle.bmc.limits | |
com.oracle.bmc.limits.requests |
Modifier and Type | Method and Description |
---|---|
ListQuotasResponse |
Quotas.listQuotas(ListQuotasRequest request)
Lists all quotas on resources from the given compartment.
|
ListQuotasResponse |
QuotasClient.listQuotas(ListQuotasRequest request) |
Future<ListQuotasResponse> |
QuotasAsyncClient.listQuotas(ListQuotasRequest request,
AsyncHandler<ListQuotasRequest,ListQuotasResponse> handler) |
Future<ListQuotasResponse> |
QuotasAsync.listQuotas(ListQuotasRequest request,
AsyncHandler<ListQuotasRequest,ListQuotasResponse> handler)
Lists all quotas on resources from the given compartment.
|
Iterable<QuotaSummary> |
QuotasPaginators.listQuotasRecordIterator(ListQuotasRequest request)
Creates a new iterable which will iterate over the
QuotaSummary objects contained in responses from the listQuotas
operation. |
Iterable<ListQuotasResponse> |
QuotasPaginators.listQuotasResponseIterator(ListQuotasRequest request)
Creates a new iterable which will iterate over the responses received from the listQuotas
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListQuotasResponse> |
QuotasAsyncClient.listQuotas(ListQuotasRequest request,
AsyncHandler<ListQuotasRequest,ListQuotasResponse> handler) |
Future<ListQuotasResponse> |
QuotasAsync.listQuotas(ListQuotasRequest request,
AsyncHandler<ListQuotasRequest,ListQuotasResponse> handler)
Lists all quotas on resources from the given compartment.
|
Modifier and Type | Method and Description |
---|---|
ListQuotasRequest |
ListQuotasRequest.Builder.build()
Build the instance of ListQuotasRequest as configured by this builder
|
ListQuotasRequest |
ListQuotasRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListQuotasRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListQuotasRequest.Builder |
ListQuotasRequest.Builder.copy(ListQuotasRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.