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