Package | Description |
---|---|
com.oracle.bmc.budget | |
com.oracle.bmc.budget.requests |
Modifier and Type | Method and Description |
---|---|
ListAlertRulesResponse |
Budget.listAlertRules(ListAlertRulesRequest request)
Returns a list of Alert Rules for a specified budget.
|
ListAlertRulesResponse |
BudgetClient.listAlertRules(ListAlertRulesRequest request) |
Future<ListAlertRulesResponse> |
BudgetAsync.listAlertRules(ListAlertRulesRequest request,
AsyncHandler<ListAlertRulesRequest,ListAlertRulesResponse> handler)
Returns a list of Alert Rules for a specified budget.
|
Future<ListAlertRulesResponse> |
BudgetAsyncClient.listAlertRules(ListAlertRulesRequest request,
AsyncHandler<ListAlertRulesRequest,ListAlertRulesResponse> handler) |
Iterable<AlertRuleSummary> |
BudgetPaginators.listAlertRulesRecordIterator(ListAlertRulesRequest request)
Creates a new iterable which will iterate over the
AlertRuleSummary objects contained in responses from the
listAlertRules operation. |
Iterable<ListAlertRulesResponse> |
BudgetPaginators.listAlertRulesResponseIterator(ListAlertRulesRequest request)
Creates a new iterable which will iterate over the responses received from the listAlertRules
operation.
|
Modifier and Type | Method and Description |
---|---|
Future<ListAlertRulesResponse> |
BudgetAsync.listAlertRules(ListAlertRulesRequest request,
AsyncHandler<ListAlertRulesRequest,ListAlertRulesResponse> handler)
Returns a list of Alert Rules for a specified budget.
|
Future<ListAlertRulesResponse> |
BudgetAsyncClient.listAlertRules(ListAlertRulesRequest request,
AsyncHandler<ListAlertRulesRequest,ListAlertRulesResponse> handler) |
Modifier and Type | Method and Description |
---|---|
ListAlertRulesRequest |
ListAlertRulesRequest.Builder.build()
Build the instance of ListAlertRulesRequest as configured by this builder
|
ListAlertRulesRequest |
ListAlertRulesRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListAlertRulesRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListAlertRulesRequest.Builder |
ListAlertRulesRequest.Builder.copy(ListAlertRulesRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2024. All rights reserved.