FastlyServiceResponse |
FastlyIntegrationApi.createFastlyService(String accountId,
FastlyServiceRequest body)
Add Fastly service.
|
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.
|
FastlyServiceResponse |
FastlyIntegrationApi.updateFastlyService(String accountId,
String serviceId,
FastlyServiceRequest body)
Update 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.
|