| Package | Description |
|---|---|
| software.amazon.awssdk.services.lambda.model |
| Modifier and Type | Method and Description |
|---|---|
TracingConfig |
CreateFunctionRequest.tracingConfig()
Set
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. |
TracingConfig |
UpdateFunctionConfigurationRequest.tracingConfig()
Set
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. |
| Modifier and Type | Method and Description |
|---|---|
CreateFunctionRequest.Builder |
CreateFunctionRequest.Builder.tracingConfig(TracingConfig tracingConfig)
Set
Mode to Active to sample and trace a subset of incoming requests with AWS
X-Ray. |
UpdateFunctionConfigurationRequest.Builder |
UpdateFunctionConfigurationRequest.Builder.tracingConfig(TracingConfig tracingConfig)
Set
Mode to Active to sample and trace a subset of incoming requests with AWS
X-Ray. |
Copyright © 2019. All rights reserved.