Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
TracingConfig |
TracingConfig.clone() |
TracingConfig |
UpdateFunctionConfigurationRequest.getTracingConfig()
Set
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. |
TracingConfig |
CreateFunctionRequest.getTracingConfig()
Set
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. |
TracingConfig |
TracingConfig.withMode(String mode)
The tracing mode.
|
TracingConfig |
TracingConfig.withMode(TracingMode mode)
The tracing mode.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateFunctionConfigurationRequest.setTracingConfig(TracingConfig tracingConfig)
Set
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. |
void |
CreateFunctionRequest.setTracingConfig(TracingConfig tracingConfig)
Set
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. |
UpdateFunctionConfigurationRequest |
UpdateFunctionConfigurationRequest.withTracingConfig(TracingConfig tracingConfig)
Set
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. |
CreateFunctionRequest |
CreateFunctionRequest.withTracingConfig(TracingConfig tracingConfig)
Set
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. |
Copyright © 2020. All rights reserved.