Uses of Class
software.amazon.awssdk.services.xray.model.TraceSegmentDestination
-
Packages that use TraceSegmentDestination Package Description software.amazon.awssdk.services.xray.model -
-
Uses of TraceSegmentDestination in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return TraceSegmentDestination Modifier and Type Method Description TraceSegmentDestinationGetTraceSegmentDestinationResponse. destination()Retrieves the current destination.TraceSegmentDestinationUpdateTraceSegmentDestinationRequest. destination()The configured destination of trace segments.TraceSegmentDestinationUpdateTraceSegmentDestinationResponse. destination()The destination of the trace segments.static TraceSegmentDestinationTraceSegmentDestination. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static TraceSegmentDestinationTraceSegmentDestination. valueOf(String name)Returns the enum constant of this type with the specified name.static TraceSegmentDestination[]TraceSegmentDestination. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type TraceSegmentDestination Modifier and Type Method Description static Set<TraceSegmentDestination>TraceSegmentDestination. knownValues()Methods in software.amazon.awssdk.services.xray.model with parameters of type TraceSegmentDestination Modifier and Type Method Description GetTraceSegmentDestinationResponse.BuilderGetTraceSegmentDestinationResponse.Builder. destination(TraceSegmentDestination destination)Retrieves the current destination.UpdateTraceSegmentDestinationRequest.BuilderUpdateTraceSegmentDestinationRequest.Builder. destination(TraceSegmentDestination destination)The configured destination of trace segments.UpdateTraceSegmentDestinationResponse.BuilderUpdateTraceSegmentDestinationResponse.Builder. destination(TraceSegmentDestination destination)The destination of the trace segments.
-