Uses of Class
software.amazon.awssdk.services.synthetics.model.Canary
-
Packages that use Canary Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of Canary in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return Canary Modifier and Type Method Description CanaryCreateCanaryResponse. canary()The full details about the canary you have created.CanaryGetCanaryResponse. canary()A structure that contains the full information about the canary.Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type Canary Modifier and Type Method Description List<Canary>DescribeCanariesResponse. canaries()Returns an array.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type Canary Modifier and Type Method Description DescribeCanariesResponse.BuilderDescribeCanariesResponse.Builder. canaries(Canary... canaries)Returns an array.CreateCanaryResponse.BuilderCreateCanaryResponse.Builder. canary(Canary canary)The full details about the canary you have created.GetCanaryResponse.BuilderGetCanaryResponse.Builder. canary(Canary canary)A structure that contains the full information about the canary.Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type Canary Modifier and Type Method Description DescribeCanariesResponse.BuilderDescribeCanariesResponse.Builder. canaries(Collection<Canary> canaries)Returns an array.
-