Interface SpendAlertServiceAsync
-
- All Implemented Interfaces:
public interface SpendAlertServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceSpendAlertServiceAsync.WithRawResponseA view of SpendAlertServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract SpendAlertServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract SpendAlertServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<ProjectSpendAlert> create(String projectId, SpendAlertCreateParams params)
Creates a project spend alert.
-
create
CompletableFuture<ProjectSpendAlert> create(String projectId, SpendAlertCreateParams params, RequestOptions requestOptions)
-
create
CompletableFuture<ProjectSpendAlert> create(SpendAlertCreateParams params)
-
create
abstract CompletableFuture<ProjectSpendAlert> create(SpendAlertCreateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<ProjectSpendAlert> update(String alertId, SpendAlertUpdateParams params)
Updates a project spend alert.
-
update
CompletableFuture<ProjectSpendAlert> update(String alertId, SpendAlertUpdateParams params, RequestOptions requestOptions)
-
update
CompletableFuture<ProjectSpendAlert> update(SpendAlertUpdateParams params)
-
update
abstract CompletableFuture<ProjectSpendAlert> update(SpendAlertUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<SpendAlertListPageAsync> list(String projectId)
Lists project spend alerts.
-
list
CompletableFuture<SpendAlertListPageAsync> list(String projectId, SpendAlertListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<SpendAlertListPageAsync> list(String projectId, SpendAlertListParams params)
-
list
abstract CompletableFuture<SpendAlertListPageAsync> list(SpendAlertListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<SpendAlertListPageAsync> list(SpendAlertListParams params)
-
list
CompletableFuture<SpendAlertListPageAsync> list(String projectId, RequestOptions requestOptions)
-
delete
CompletableFuture<ProjectSpendAlertDeleted> delete(String alertId, SpendAlertDeleteParams params)
Deletes a project spend alert.
-
delete
CompletableFuture<ProjectSpendAlertDeleted> delete(String alertId, SpendAlertDeleteParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<ProjectSpendAlertDeleted> delete(SpendAlertDeleteParams params)
-
delete
abstract CompletableFuture<ProjectSpendAlertDeleted> delete(SpendAlertDeleteParams params, RequestOptions requestOptions)
-
-
-
-