Uses of Class
software.amazon.awssdk.services.synthetics.model.ResourceToTag
-
Packages that use ResourceToTag Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of ResourceToTag in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return ResourceToTag Modifier and Type Method Description static ResourceToTagResourceToTag. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ResourceToTagResourceToTag. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceToTag[]ResourceToTag. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type ResourceToTag Modifier and Type Method Description static Set<ResourceToTag>ResourceToTag. knownValues()List<ResourceToTag>CreateCanaryRequest. resourcesToReplicateTags()To have the tags that you apply to this canary also be applied to the Lambda function that the canary uses, specify this parameter with the valuelambda-function.Methods in software.amazon.awssdk.services.synthetics.model with parameters of type ResourceToTag Modifier and Type Method Description CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. resourcesToReplicateTags(ResourceToTag... resourcesToReplicateTags)To have the tags that you apply to this canary also be applied to the Lambda function that the canary uses, specify this parameter with the valuelambda-function.Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type ResourceToTag Modifier and Type Method Description CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. resourcesToReplicateTags(Collection<ResourceToTag> resourcesToReplicateTags)To have the tags that you apply to this canary also be applied to the Lambda function that the canary uses, specify this parameter with the valuelambda-function.
-