Uses of Class
software.amazon.awssdk.services.synthetics.model.RequestEntityTooLargeException
-
Packages that use RequestEntityTooLargeException Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics -
-
Uses of RequestEntityTooLargeException in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics that throw RequestEntityTooLargeException Modifier and Type Method Description default CreateCanaryResponseSyntheticsClient. createCanary(Consumer<CreateCanaryRequest.Builder> createCanaryRequest)Creates a canary.default CreateCanaryResponseSyntheticsClient. createCanary(CreateCanaryRequest createCanaryRequest)Creates a canary.default UpdateCanaryResponseSyntheticsClient. updateCanary(Consumer<UpdateCanaryRequest.Builder> updateCanaryRequest)Updates the configuration of a canary that has already been created.default UpdateCanaryResponseSyntheticsClient. updateCanary(UpdateCanaryRequest updateCanaryRequest)Updates the configuration of a canary that has already been created.
-