Uses of Class
software.amazon.awssdk.services.synthetics.model.GetCanaryRequest
-
Packages that use GetCanaryRequest Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.transform -
-
Uses of GetCanaryRequest in software.amazon.awssdk.services.synthetics
Methods in software.amazon.awssdk.services.synthetics with parameters of type GetCanaryRequest Modifier and Type Method Description default CompletableFuture<GetCanaryResponse>SyntheticsAsyncClient. getCanary(GetCanaryRequest getCanaryRequest)Retrieves complete information about one canary.default GetCanaryResponseSyntheticsClient. getCanary(GetCanaryRequest getCanaryRequest)Retrieves complete information about one canary. -
Uses of GetCanaryRequest in software.amazon.awssdk.services.synthetics.transform
Methods in software.amazon.awssdk.services.synthetics.transform with parameters of type GetCanaryRequest Modifier and Type Method Description SdkHttpFullRequestGetCanaryRequestMarshaller. marshall(GetCanaryRequest getCanaryRequest)
-