Uses of Class
software.amazon.awssdk.services.xray.model.AnnotationValue
-
Packages that use AnnotationValue Package Description software.amazon.awssdk.services.xray.model -
-
Uses of AnnotationValue in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return AnnotationValue Modifier and Type Method Description AnnotationValueValueWithServiceIds. annotationValue()Values of the annotation.static AnnotationValueAnnotationValue. fromBooleanValue(Boolean booleanValue)Create an instance of this class withbooleanValue()initialized to the given value.static AnnotationValueAnnotationValue. fromNumberValue(Double numberValue)Create an instance of this class withnumberValue()initialized to the given value.static AnnotationValueAnnotationValue. fromStringValue(String stringValue)Create an instance of this class withstringValue()initialized to the given value.Methods in software.amazon.awssdk.services.xray.model with parameters of type AnnotationValue Modifier and Type Method Description ValueWithServiceIds.BuilderValueWithServiceIds.Builder. annotationValue(AnnotationValue annotationValue)Values of the annotation.
-