| Package | Description | 
|---|---|
| com.amazonaws.services.lambda.model | 
| Modifier and Type | Method and Description | 
|---|---|
static TracingMode | 
TracingMode.fromValue(String value)
Use this in place of valueOf. 
 | 
static TracingMode | 
TracingMode.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static TracingMode[] | 
TracingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TracingConfigResponse.setMode(TracingMode mode)
 The tracing mode. 
 | 
void | 
TracingConfig.setMode(TracingMode mode)
 The tracing mode. 
 | 
TracingConfigResponse | 
TracingConfigResponse.withMode(TracingMode mode)
 The tracing mode. 
 | 
TracingConfig | 
TracingConfig.withMode(TracingMode mode)
 The tracing mode. 
 | 
Copyright © 2019. All rights reserved.