| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
FastlyAccountResponse |
FastlyIntegrationApi.updateFastlyAccount(String accountId,
FastlyAccountUpdateRequest body)
Update Fastly account.
|
CompletableFuture<FastlyAccountResponse> |
FastlyIntegrationApi.updateFastlyAccountAsync(String accountId,
FastlyAccountUpdateRequest body)
Update Fastly account.
|
ApiResponse<FastlyAccountResponse> |
FastlyIntegrationApi.updateFastlyAccountWithHttpInfo(String accountId,
FastlyAccountUpdateRequest body)
Update a Fastly account.
|
CompletableFuture<ApiResponse<FastlyAccountResponse>> |
FastlyIntegrationApi.updateFastlyAccountWithHttpInfoAsync(String accountId,
FastlyAccountUpdateRequest body)
Update Fastly account.
|
| Modifier and Type | Method and Description |
|---|---|
FastlyAccountUpdateRequest |
FastlyAccountUpdateRequest.data(FastlyAccountUpdateRequestData data) |
FastlyAccountUpdateRequest |
FastlyAccountUpdateRequest.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.