CompletableFuture<SyntheticsBrowserTest> |
SyntheticsApi.createSyntheticsBrowserTestAsync(SyntheticsBrowserTest body)
Create a browser test.
|
ApiResponse<SyntheticsBrowserTest> |
SyntheticsApi.createSyntheticsBrowserTestWithHttpInfo(SyntheticsBrowserTest body)
Create a Synthetic browser test.
|
CompletableFuture<ApiResponse<SyntheticsBrowserTest>> |
SyntheticsApi.createSyntheticsBrowserTestWithHttpInfoAsync(SyntheticsBrowserTest body)
Create a browser test.
|
CompletableFuture<SyntheticsBrowserTest> |
SyntheticsApi.getBrowserTestAsync(String publicId)
Get a browser test.
|
ApiResponse<SyntheticsBrowserTest> |
SyntheticsApi.getBrowserTestWithHttpInfo(String publicId)
Get the detailed configuration (including steps) associated with a Synthetic browser test.
|
CompletableFuture<ApiResponse<SyntheticsBrowserTest>> |
SyntheticsApi.getBrowserTestWithHttpInfoAsync(String publicId)
Get a browser test.
|
CompletableFuture<SyntheticsBrowserTest> |
SyntheticsApi.updateBrowserTestAsync(String publicId,
SyntheticsBrowserTest body)
Edit a browser test.
|
ApiResponse<SyntheticsBrowserTest> |
SyntheticsApi.updateBrowserTestWithHttpInfo(String publicId,
SyntheticsBrowserTest body)
Edit the configuration of a Synthetic browser test.
|
CompletableFuture<ApiResponse<SyntheticsBrowserTest>> |
SyntheticsApi.updateBrowserTestWithHttpInfoAsync(String publicId,
SyntheticsBrowserTest body)
Edit a browser test.
|