| Package | Description |
|---|---|
| com.amazonaws.services.synthetics |
|
| com.amazonaws.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateCanaryResult |
AWSSyntheticsClient.updateCanary(UpdateCanaryRequest request)
Updates the configuration of a canary that has already been created.
|
UpdateCanaryResult |
AWSSynthetics.updateCanary(UpdateCanaryRequest updateCanaryRequest)
Updates the configuration of a canary that has already been created.
|
UpdateCanaryResult |
AbstractAWSSynthetics.updateCanary(UpdateCanaryRequest request) |
Future<UpdateCanaryResult> |
AWSSyntheticsAsyncClient.updateCanaryAsync(UpdateCanaryRequest request) |
Future<UpdateCanaryResult> |
AWSSyntheticsAsync.updateCanaryAsync(UpdateCanaryRequest updateCanaryRequest)
Updates the configuration of a canary that has already been created.
|
Future<UpdateCanaryResult> |
AbstractAWSSyntheticsAsync.updateCanaryAsync(UpdateCanaryRequest request) |
Future<UpdateCanaryResult> |
AWSSyntheticsAsyncClient.updateCanaryAsync(UpdateCanaryRequest request,
AsyncHandler<UpdateCanaryRequest,UpdateCanaryResult> asyncHandler) |
Future<UpdateCanaryResult> |
AWSSyntheticsAsync.updateCanaryAsync(UpdateCanaryRequest updateCanaryRequest,
AsyncHandler<UpdateCanaryRequest,UpdateCanaryResult> asyncHandler)
Updates the configuration of a canary that has already been created.
|
Future<UpdateCanaryResult> |
AbstractAWSSyntheticsAsync.updateCanaryAsync(UpdateCanaryRequest request,
AsyncHandler<UpdateCanaryRequest,UpdateCanaryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateCanaryResult> |
AWSSyntheticsAsyncClient.updateCanaryAsync(UpdateCanaryRequest request,
AsyncHandler<UpdateCanaryRequest,UpdateCanaryResult> asyncHandler) |
Future<UpdateCanaryResult> |
AWSSyntheticsAsync.updateCanaryAsync(UpdateCanaryRequest updateCanaryRequest,
AsyncHandler<UpdateCanaryRequest,UpdateCanaryResult> asyncHandler)
Updates the configuration of a canary that has already been created.
|
Future<UpdateCanaryResult> |
AbstractAWSSyntheticsAsync.updateCanaryAsync(UpdateCanaryRequest request,
AsyncHandler<UpdateCanaryRequest,UpdateCanaryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateCanaryRequest |
UpdateCanaryRequest.clone() |
UpdateCanaryRequest |
UpdateCanaryRequest.withArtifactConfig(ArtifactConfigInput artifactConfig)
A structure that contains the configuration for canary artifacts, including the encryption-at-rest settings for
artifacts that the canary uploads to Amazon S3.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withArtifactS3Location(String artifactS3Location)
The location in Amazon S3 where Synthetics stores artifacts from the test runs of this canary.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withCode(CanaryCodeInput code)
A structure that includes the entry point from which the canary should start running your script.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withExecutionRoleArn(String executionRoleArn)
The ARN of the IAM role to be used to run the canary.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withFailureRetentionPeriodInDays(Integer failureRetentionPeriodInDays)
The number of days to retain data about failed runs of this canary.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withName(String name)
The name of the canary that you want to update.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withRunConfig(CanaryRunConfigInput runConfig)
A structure that contains the timeout value that is used for each individual run of the canary.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withRuntimeVersion(String runtimeVersion)
Specifies the runtime version to use for the canary.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withSchedule(CanaryScheduleInput schedule)
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withSuccessRetentionPeriodInDays(Integer successRetentionPeriodInDays)
The number of days to retain data about successful runs of this canary.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withVisualReference(VisualReferenceInput visualReference)
Defines the screenshots to use as the baseline for comparisons during visual monitoring comparisons during future
runs of this canary.
|
UpdateCanaryRequest |
UpdateCanaryRequest.withVpcConfig(VpcConfigInput vpcConfig)
If this canary is to test an endpoint in a VPC, this structure contains information about the subnet and security
groups of the VPC endpoint.
|
Copyright © 2023. All rights reserved.