Uses of Interface
software.amazon.awssdk.services.synthetics.model.GetCanaryRunsRequest.Builder
-
Packages that use GetCanaryRunsRequest.Builder Package Description software.amazon.awssdk.services.synthetics Amazon CloudWatch Synthetics software.amazon.awssdk.services.synthetics.model -
-
Uses of GetCanaryRunsRequest.Builder in software.amazon.awssdk.services.synthetics
-
Uses of GetCanaryRunsRequest.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return GetCanaryRunsRequest.Builder Modifier and Type Method Description static GetCanaryRunsRequest.BuilderGetCanaryRunsRequest. builder()GetCanaryRunsRequest.BuilderGetCanaryRunsRequest.Builder. maxResults(Integer maxResults)Specify this parameter to limit how many runs are returned each time you use theGetCanaryRunsoperation.GetCanaryRunsRequest.BuilderGetCanaryRunsRequest.Builder. name(String name)The name of the canary that you want to see runs for.GetCanaryRunsRequest.BuilderGetCanaryRunsRequest.Builder. nextToken(String nextToken)A token that indicates that there is more data available.GetCanaryRunsRequest.BuilderGetCanaryRunsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetCanaryRunsRequest.BuilderGetCanaryRunsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetCanaryRunsRequest.BuilderGetCanaryRunsRequest. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type GetCanaryRunsRequest.Builder Modifier and Type Method Description static Class<? extends GetCanaryRunsRequest.Builder>GetCanaryRunsRequest. serializableBuilderClass()
-