Uses of Interface
software.amazon.awssdk.services.synthetics.model.GetCanaryRunsResponse.Builder
-
Packages that use GetCanaryRunsResponse.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of GetCanaryRunsResponse.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return GetCanaryRunsResponse.Builder Modifier and Type Method Description static GetCanaryRunsResponse.BuilderGetCanaryRunsResponse. builder()GetCanaryRunsResponse.BuilderGetCanaryRunsResponse.Builder. canaryRuns(Collection<CanaryRun> canaryRuns)An array of structures.GetCanaryRunsResponse.BuilderGetCanaryRunsResponse.Builder. canaryRuns(Consumer<CanaryRun.Builder>... canaryRuns)An array of structures.GetCanaryRunsResponse.BuilderGetCanaryRunsResponse.Builder. canaryRuns(CanaryRun... canaryRuns)An array of structures.GetCanaryRunsResponse.BuilderGetCanaryRunsResponse.Builder. nextToken(String nextToken)A token that indicates that there is more data available.GetCanaryRunsResponse.BuilderGetCanaryRunsResponse. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type GetCanaryRunsResponse.Builder Modifier and Type Method Description static Class<? extends GetCanaryRunsResponse.Builder>GetCanaryRunsResponse. serializableBuilderClass()
-