Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static TracingMode |
TracingMode.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
TracingConfig.setMode(TracingMode mode)
Can be either PassThrough or Active.
|
void |
TracingConfigResponse.setMode(TracingMode mode)
The tracing mode associated with your Lambda function.
|
TracingConfig |
TracingConfig.withMode(TracingMode mode)
Can be either PassThrough or Active.
|
TracingConfigResponse |
TracingConfigResponse.withMode(TracingMode mode)
The tracing mode associated with your Lambda function.
|
Copyright © 2018. All rights reserved.