| Package | Description |
|---|---|
| com.amazonaws.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
TracingConfig |
TracingConfig.clone() |
TracingConfig |
CreateFunctionRequest.getTracingConfig()
The parent object that contains your function's tracing settings.
|
TracingConfig |
UpdateFunctionConfigurationRequest.getTracingConfig()
The parent object that contains your function's tracing settings.
|
TracingConfig |
TracingConfig.withMode(String mode)
Can be either PassThrough or Active.
|
TracingConfig |
TracingConfig.withMode(TracingMode mode)
Can be either PassThrough or Active.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFunctionRequest.setTracingConfig(TracingConfig tracingConfig)
The parent object that contains your function's tracing settings.
|
void |
UpdateFunctionConfigurationRequest.setTracingConfig(TracingConfig tracingConfig)
The parent object that contains your function's tracing settings.
|
CreateFunctionRequest |
CreateFunctionRequest.withTracingConfig(TracingConfig tracingConfig)
The parent object that contains your function's tracing settings.
|
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withTracingConfig(TracingConfig tracingConfig)
The parent object that contains your function's tracing settings.
|
Copyright © 2017. All rights reserved.