CompletableFuture<FastlyServiceResponse> |
FastlyIntegrationApi.createFastlyServiceAsync(String accountId,
FastlyServiceRequest body)
Add Fastly service.
|
ApiResponse<FastlyServiceResponse> |
FastlyIntegrationApi.createFastlyServiceWithHttpInfo(String accountId,
FastlyServiceRequest body)
Create a Fastly service for an account.
|
CompletableFuture<ApiResponse<FastlyServiceResponse>> |
FastlyIntegrationApi.createFastlyServiceWithHttpInfoAsync(String accountId,
FastlyServiceRequest body)
Add Fastly service.
|
CompletableFuture<FastlyServiceResponse> |
FastlyIntegrationApi.getFastlyServiceAsync(String accountId,
String serviceId)
Get Fastly service.
|
ApiResponse<FastlyServiceResponse> |
FastlyIntegrationApi.getFastlyServiceWithHttpInfo(String accountId,
String serviceId)
Get a Fastly service for an account.
|
CompletableFuture<ApiResponse<FastlyServiceResponse>> |
FastlyIntegrationApi.getFastlyServiceWithHttpInfoAsync(String accountId,
String serviceId)
Get Fastly service.
|
CompletableFuture<FastlyServiceResponse> |
FastlyIntegrationApi.updateFastlyServiceAsync(String accountId,
String serviceId,
FastlyServiceRequest body)
Update Fastly service.
|
ApiResponse<FastlyServiceResponse> |
FastlyIntegrationApi.updateFastlyServiceWithHttpInfo(String accountId,
String serviceId,
FastlyServiceRequest body)
Update a Fastly service for an account.
|
CompletableFuture<ApiResponse<FastlyServiceResponse>> |
FastlyIntegrationApi.updateFastlyServiceWithHttpInfoAsync(String accountId,
String serviceId,
FastlyServiceRequest body)
Update Fastly service.
|