| Package | Description |
|---|---|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
RuntimeVersion |
RuntimeVersion.clone() |
RuntimeVersion |
RuntimeVersion.withDeprecationDate(Date deprecationDate)
If this runtime version is deprecated, this value is the date of deprecation.
|
RuntimeVersion |
RuntimeVersion.withDescription(String description)
A description of the runtime version, created by Amazon.
|
RuntimeVersion |
RuntimeVersion.withReleaseDate(Date releaseDate)
The date that the runtime version was released.
|
RuntimeVersion |
RuntimeVersion.withVersionName(String versionName)
The name of the runtime version.
|
| Modifier and Type | Method and Description |
|---|---|
List<RuntimeVersion> |
DescribeRuntimeVersionsResult.getRuntimeVersions()
An array of objects that display the details about each Synthetics canary runtime version.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRuntimeVersionsResult |
DescribeRuntimeVersionsResult.withRuntimeVersions(RuntimeVersion... runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRuntimeVersionsResult.setRuntimeVersions(Collection<RuntimeVersion> runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
|
DescribeRuntimeVersionsResult |
DescribeRuntimeVersionsResult.withRuntimeVersions(Collection<RuntimeVersion> runtimeVersions)
An array of objects that display the details about each Synthetics canary runtime version.
|
Copyright © 2025. All rights reserved.