Uses of Class
software.amazon.awssdk.services.synthetics.model.RuntimeVersion
-
Packages that use RuntimeVersion Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of RuntimeVersion in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type RuntimeVersion Modifier and Type Method Description List<RuntimeVersion>DescribeRuntimeVersionsResponse. runtimeVersions()An array of objects that display the details about each Synthetics canary runtime version.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type RuntimeVersion Modifier and Type Method Description DescribeRuntimeVersionsResponse.BuilderDescribeRuntimeVersionsResponse.Builder. runtimeVersions(RuntimeVersion... runtimeVersions)An array of objects that display the details about each Synthetics canary runtime version.Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type RuntimeVersion Modifier and Type Method Description DescribeRuntimeVersionsResponse.BuilderDescribeRuntimeVersionsResponse.Builder. runtimeVersions(Collection<RuntimeVersion> runtimeVersions)An array of objects that display the details about each Synthetics canary runtime version.
-