| Package | Description |
|---|---|
| com.datadog.api.client.v2.api | |
| com.datadog.api.client.v2.model |
| Modifier and Type | Method and Description |
|---|---|
FastlyServicesResponse |
FastlyIntegrationApi.listFastlyServices(String accountId)
List Fastly services.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<FastlyServicesResponse> |
FastlyIntegrationApi.listFastlyServicesAsync(String accountId)
List Fastly services.
|
ApiResponse<FastlyServicesResponse> |
FastlyIntegrationApi.listFastlyServicesWithHttpInfo(String accountId)
List Fastly services for an account.
|
CompletableFuture<ApiResponse<FastlyServicesResponse>> |
FastlyIntegrationApi.listFastlyServicesWithHttpInfoAsync(String accountId)
List Fastly services.
|
| Modifier and Type | Method and Description |
|---|---|
FastlyServicesResponse |
FastlyServicesResponse.addDataItem(FastlyServiceResponse dataItem) |
FastlyServicesResponse |
FastlyServicesResponse.data(List<FastlyServiceResponse> data) |
FastlyServicesResponse |
FastlyServicesResponse.putAdditionalProperty(String key,
Object value)
Set the additional (undeclared) property with the specified name and value.
|
Copyright © 2024. All rights reserved.