Package | Description |
---|---|
com.oracle.bmc.apmtraces.requests |
Modifier and Type | Method and Description |
---|---|
static GetSpanRequest.SpanNamespace |
GetSpanRequest.SpanNamespace.create(String key) |
GetSpanRequest.SpanNamespace |
GetSpanRequest.getSpanNamespace()
Name space from which the span details need to be retrieved.
|
static GetSpanRequest.SpanNamespace |
GetSpanRequest.SpanNamespace.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetSpanRequest.SpanNamespace[] |
GetSpanRequest.SpanNamespace.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GetSpanRequest.Builder |
GetSpanRequest.Builder.spanNamespace(GetSpanRequest.SpanNamespace spanNamespace)
Name space from which the span details need to be retrieved.
|
Copyright © 2016–2024. All rights reserved.