| Package | Description |
|---|---|
| software.amazon.awssdk.services.xray.model |
| Modifier and Type | Method and Description |
|---|---|
AnnotationValue.Builder |
AnnotationValue.Builder.booleanValue(Boolean booleanValue)
Value for a Boolean annotation.
|
static AnnotationValue.Builder |
AnnotationValue.builder() |
AnnotationValue.Builder |
AnnotationValue.Builder.numberValue(Double numberValue)
Value for a Number annotation.
|
AnnotationValue.Builder |
AnnotationValue.Builder.stringValue(String stringValue)
Value for a String annotation.
|
AnnotationValue.Builder |
AnnotationValue.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AnnotationValue.Builder> |
AnnotationValue.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ValueWithServiceIds.Builder |
ValueWithServiceIds.Builder.annotationValue(Consumer<AnnotationValue.Builder> annotationValue)
Values of the annotation.
|
Copyright © 2023. All rights reserved.