| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
static TracingMode |
TracingMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TracingMode |
TracingConfigResponse.mode()
The tracing mode.
|
TracingMode |
TracingConfig.mode()
The tracing mode.
|
static TracingMode |
TracingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TracingMode[] |
TracingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TracingMode> |
TracingMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TracingConfigResponse.Builder |
TracingConfigResponse.Builder.mode(TracingMode mode)
The tracing mode.
|
TracingConfig.Builder |
TracingConfig.Builder.mode(TracingMode mode)
The tracing mode.
|
Copyright © 2021. All rights reserved.