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