CompletableFuture<SyntheticsMobileTest> |
SyntheticsApi.createSyntheticsMobileTestAsync(SyntheticsMobileTest body)
Create a mobile test.
|
ApiResponse<SyntheticsMobileTest> |
SyntheticsApi.createSyntheticsMobileTestWithHttpInfo(SyntheticsMobileTest body)
Create a Synthetic mobile test.
|
CompletableFuture<ApiResponse<SyntheticsMobileTest>> |
SyntheticsApi.createSyntheticsMobileTestWithHttpInfoAsync(SyntheticsMobileTest body)
Create a mobile test.
|
CompletableFuture<SyntheticsMobileTest> |
SyntheticsApi.getMobileTestAsync(String publicId)
Get a Mobile test.
|
ApiResponse<SyntheticsMobileTest> |
SyntheticsApi.getMobileTestWithHttpInfo(String publicId)
Get the detailed configuration associated with a Synthetic Mobile test.
|
CompletableFuture<ApiResponse<SyntheticsMobileTest>> |
SyntheticsApi.getMobileTestWithHttpInfoAsync(String publicId)
Get a Mobile test.
|
CompletableFuture<SyntheticsMobileTest> |
SyntheticsApi.updateMobileTestAsync(String publicId,
SyntheticsMobileTest body)
Edit a Mobile test.
|
ApiResponse<SyntheticsMobileTest> |
SyntheticsApi.updateMobileTestWithHttpInfo(String publicId,
SyntheticsMobileTest body)
Edit the configuration of a Synthetic Mobile test.
|
CompletableFuture<ApiResponse<SyntheticsMobileTest>> |
SyntheticsApi.updateMobileTestWithHttpInfoAsync(String publicId,
SyntheticsMobileTest body)
Edit a Mobile test.
|