Uses of Class
software.amazon.awssdk.services.apprunner.model.TracingVendor
-
Packages that use TracingVendor Package Description software.amazon.awssdk.services.apprunner.model -
-
Uses of TracingVendor in software.amazon.awssdk.services.apprunner.model
Methods in software.amazon.awssdk.services.apprunner.model that return TracingVendor Modifier and Type Method Description static TracingVendorTracingVendor. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TracingVendorTracingVendor. 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.TracingVendorTraceConfiguration. vendor()The implementation provider chosen for tracing App Runner services.Methods in software.amazon.awssdk.services.apprunner.model that return types with arguments of type TracingVendor Modifier and Type Method Description static Set<TracingVendor>TracingVendor. knownValues()Methods in software.amazon.awssdk.services.apprunner.model with parameters of type TracingVendor Modifier and Type Method Description TraceConfiguration.BuilderTraceConfiguration.Builder. vendor(TracingVendor vendor)The implementation provider chosen for tracing App Runner services.
-