| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue |
ValueWithServiceIds.annotationValue()
Values of the annotation.
|
static AnnotationValue |
AnnotationValue.fromBooleanValue(Boolean booleanValue)
Create an instance of this class with
booleanValue() initialized to the given value. |
static AnnotationValue |
AnnotationValue.fromNumberValue(Double numberValue)
Create an instance of this class with
numberValue() initialized to the given value. |
static AnnotationValue |
AnnotationValue.fromStringValue(String stringValue)
Create an instance of this class with
stringValue() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
ValueWithServiceIds.Builder |
ValueWithServiceIds.Builder.annotationValue(AnnotationValue annotationValue)
Values of the annotation.
|
Copyright © 2023. All rights reserved.