Uses of Interface
software.amazon.awssdk.services.xray.model.AnnotationValue.Builder
-
Packages that use AnnotationValue.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of AnnotationValue.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return AnnotationValue.Builder Modifier and Type Method Description AnnotationValue.BuilderAnnotationValue.Builder. booleanValue(Boolean booleanValue)Value for a Boolean annotation.static AnnotationValue.BuilderAnnotationValue. builder()AnnotationValue.BuilderAnnotationValue.Builder. numberValue(Double numberValue)Value for a Number annotation.AnnotationValue.BuilderAnnotationValue.Builder. stringValue(String stringValue)Value for a String annotation.AnnotationValue.BuilderAnnotationValue. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type AnnotationValue.Builder Modifier and Type Method Description static Class<? extends AnnotationValue.Builder>AnnotationValue. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.xray.model with type arguments of type AnnotationValue.Builder Modifier and Type Method Description default ValueWithServiceIds.BuilderValueWithServiceIds.Builder. annotationValue(Consumer<AnnotationValue.Builder> annotationValue)Values of the annotation.
-