Package | Description |
---|---|
com.amazonaws.services.lambda.model | |
com.amazonaws.services.lambda.model.transform |
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.
|
Modifier and Type | Method and Description |
---|---|
TracingConfig |
TracingConfigJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
TracingConfigMarshaller.marshall(TracingConfig tracingConfig,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.