| Package | Description |
|---|---|
| software.amazon.awssdk.services.apprunner.model |
| Modifier and Type | Method and Description |
|---|---|
static TracingVendor |
TracingVendor.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static TracingVendor |
TracingVendor.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TracingVendor[] |
TracingVendor.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
TracingVendor |
TraceConfiguration.vendor()
The implementation provider chosen for tracing App Runner services.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TracingVendor> |
TracingVendor.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TraceConfiguration.Builder |
TraceConfiguration.Builder.vendor(TracingVendor vendor)
The implementation provider chosen for tracing App Runner services.
|
Copyright © 2022. All rights reserved.