Uses of Class
software.amazon.awssdk.services.synthetics.model.ArtifactConfigInput
-
Packages that use ArtifactConfigInput Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of ArtifactConfigInput in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return ArtifactConfigInput Modifier and Type Method Description ArtifactConfigInputCreateCanaryRequest. artifactConfig()A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.ArtifactConfigInputUpdateCanaryRequest. artifactConfig()A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type ArtifactConfigInput Modifier and Type Method Description CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. artifactConfig(ArtifactConfigInput artifactConfig)A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.UpdateCanaryRequest.BuilderUpdateCanaryRequest.Builder. artifactConfig(ArtifactConfigInput artifactConfig)A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for artifacts that the canary uploads to Amazon S3.
-