| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryRunConfigInput |
CanaryRunConfigInput.clone() |
CanaryRunConfigInput |
UpdateCanaryRequest.getRunConfig()
A structure that contains the timeout value that is used for each individual run of the canary.
|
CanaryRunConfigInput |
CreateCanaryRequest.getRunConfig()
A structure that contains the configuration for individual canary runs, such as timeout value.
|
CanaryRunConfigInput |
CanaryRunConfigInput.withMemoryInMB(Integer memoryInMB)
The maximum amount of memory available to the canary while it is running, in MB.
|
CanaryRunConfigInput |
CanaryRunConfigInput.withTimeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateCanaryRequest.setRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the timeout value that is used for each individual run of the canary.
|
void |
CreateCanaryRequest.setRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the configuration for individual canary runs, such as timeout value.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the timeout value that is used for each individual run of the canary.
|
CreateCanaryRequest |
CreateCanaryRequest.withRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the configuration for individual canary runs, such as timeout value.
|
Copyright © 2020. All rights reserved.