| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
TracingConfig | 
TracingConfig.clone()  | 
TracingConfig | 
CreateFunctionRequest.getTracingConfig()
 Set  
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. | 
TracingConfig | 
UpdateFunctionConfigurationRequest.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 | 
CreateFunctionRequest.setTracingConfig(TracingConfig tracingConfig)
 Set  
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. | 
void | 
UpdateFunctionConfigurationRequest.setTracingConfig(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. | 
UpdateFunctionConfigurationRequest | 
UpdateFunctionConfigurationRequest.withTracingConfig(TracingConfig tracingConfig)
 Set  
Mode to Active to sample and trace a subset of incoming requests with AWS X-Ray. | 
Copyright © 2021. All rights reserved.