| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
FastlyServiceResponse |
FastlyIntegrationApi.createFastlyService(String accountId,
FastlyServiceRequest body)
Add Fastly service.
|
FastlyServiceResponse |
FastlyIntegrationApi.getFastlyService(String accountId,
String serviceId)
Get Fastly service.
|
FastlyServiceResponse |
FastlyIntegrationApi.updateFastlyService(String accountId,
String serviceId,
FastlyServiceRequest body)
Update Fastly service.
|
| Modifier and Type | Method and Description |
|---|---|
FastlyServiceResponse |
FastlyServiceResponse.data(FastlyServiceData data) |
FastlyServiceResponse |
FastlyServiceResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
| Modifier and Type | Method and Description |
|---|---|
List<FastlyServiceResponse> |
FastlyServicesResponse.getData()
The JSON:API data schema.
|
| Modifier and Type | Method and Description |
|---|---|
FastlyServicesResponse |
FastlyServicesResponse.addDataItem(FastlyServiceResponse dataItem) |
| Modifier and Type | Method and Description |
|---|---|
FastlyServicesResponse |
FastlyServicesResponse.data(List<FastlyServiceResponse> data) |
void |
FastlyServicesResponse.setData(List<FastlyServiceResponse> data) |
Copyright © 2024. All rights reserved.