Uses of Interface
software.amazon.awssdk.services.synthetics.model.GetCanaryRequest.Builder
-
Packages that use GetCanaryRequest.Builder Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.model -
-
Uses of GetCanaryRequest.Builder in software.amazon.awssdk.services.synthetics
Method parameters in software.amazon.awssdk.services.synthetics with type arguments of type GetCanaryRequest.Builder Modifier and Type Method Description default CompletableFuture<GetCanaryResponse>SyntheticsAsyncClient. getCanary(Consumer<GetCanaryRequest.Builder> getCanaryRequest)Retrieves complete information about one canary.default GetCanaryResponseSyntheticsClient. getCanary(Consumer<GetCanaryRequest.Builder> getCanaryRequest)Retrieves complete information about one canary. -
Uses of GetCanaryRequest.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return GetCanaryRequest.Builder Modifier and Type Method Description static GetCanaryRequest.BuilderGetCanaryRequest. builder()GetCanaryRequest.BuilderGetCanaryRequest.Builder. name(String name)The name of the canary that you want details for.GetCanaryRequest.BuilderGetCanaryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCanaryRequest.BuilderGetCanaryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCanaryRequest.BuilderGetCanaryRequest. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type GetCanaryRequest.Builder Modifier and Type Method Description static Class<? extends GetCanaryRequest.Builder>GetCanaryRequest. serializableBuilderClass()
-