Uses of Interface
software.amazon.awssdk.services.synthetics.model.StopCanaryRequest.Builder
-
Packages that use StopCanaryRequest.Builder Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.model -
-
Uses of StopCanaryRequest.Builder in software.amazon.awssdk.services.synthetics
Method parameters in software.amazon.awssdk.services.synthetics with type arguments of type StopCanaryRequest.Builder Modifier and Type Method Description default CompletableFuture<StopCanaryResponse>SyntheticsAsyncClient. stopCanary(Consumer<StopCanaryRequest.Builder> stopCanaryRequest)Stops the canary to prevent all future runs.default StopCanaryResponseSyntheticsClient. stopCanary(Consumer<StopCanaryRequest.Builder> stopCanaryRequest)Stops the canary to prevent all future runs. -
Uses of StopCanaryRequest.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return StopCanaryRequest.Builder Modifier and Type Method Description static StopCanaryRequest.BuilderStopCanaryRequest. builder()StopCanaryRequest.BuilderStopCanaryRequest.Builder. name(String name)The name of the canary that you want to stop.StopCanaryRequest.BuilderStopCanaryRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopCanaryRequest.BuilderStopCanaryRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopCanaryRequest.BuilderStopCanaryRequest. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type StopCanaryRequest.Builder Modifier and Type Method Description static Class<? extends StopCanaryRequest.Builder>StopCanaryRequest. serializableBuilderClass()
-