Uses of Class
software.amazon.awssdk.services.synthetics.model.DeleteCanaryRequest
-
Packages that use DeleteCanaryRequest Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.transform -
-
Uses of DeleteCanaryRequest in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics with parameters of type DeleteCanaryRequest Modifier and Type Method Description default CompletableFuture<DeleteCanaryResponse>SyntheticsAsyncClient. deleteCanary(DeleteCanaryRequest deleteCanaryRequest)Permanently deletes the specified canary.default DeleteCanaryResponseSyntheticsClient. deleteCanary(DeleteCanaryRequest deleteCanaryRequest)Permanently deletes the specified canary. -
Uses of DeleteCanaryRequest in software.amazon.awssdk.services.synthetics.transform
Methods in software.amazon.awssdk.services.synthetics.transform with parameters of type DeleteCanaryRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCanaryRequestMarshaller. marshall(DeleteCanaryRequest deleteCanaryRequest)
-