Uses of Class
software.amazon.awssdk.services.synthetics.model.CanaryCodeInput
-
Packages that use CanaryCodeInput Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryCodeInput in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryCodeInput Modifier and Type Method Description CanaryCodeInputCreateCanaryRequest. code()A structure that includes the entry point from which the canary should start running your script.CanaryCodeInputUpdateCanaryRequest. code()A structure that includes the entry point from which the canary should start running your script.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type CanaryCodeInput Modifier and Type Method Description CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. code(CanaryCodeInput code)A structure that includes the entry point from which the canary should start running your script.UpdateCanaryRequest.BuilderUpdateCanaryRequest.Builder. code(CanaryCodeInput code)A structure that includes the entry point from which the canary should start running your script.
-