| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
Canary |
GetCanaryResponse.canary()
A structure that contains the full information about the canary.
|
Canary |
CreateCanaryResponse.canary()
The full details about the canary you have created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Canary> |
DescribeCanariesResponse.canaries()
Returns an array.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCanariesResponse.Builder |
DescribeCanariesResponse.Builder.canaries(Canary... canaries)
Returns an array.
|
GetCanaryResponse.Builder |
GetCanaryResponse.Builder.canary(Canary canary)
A structure that contains the full information about the canary.
|
CreateCanaryResponse.Builder |
CreateCanaryResponse.Builder.canary(Canary canary)
The full details about the canary you have created.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCanariesResponse.Builder |
DescribeCanariesResponse.Builder.canaries(Collection<Canary> canaries)
Returns an array.
|
Copyright © 2023. All rights reserved.