Uses of Interface
software.amazon.awssdk.services.xray.model.UpdateTraceSegmentDestinationResponse.Builder
-
Packages that use UpdateTraceSegmentDestinationResponse.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of UpdateTraceSegmentDestinationResponse.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return UpdateTraceSegmentDestinationResponse.Builder Modifier and Type Method Description static UpdateTraceSegmentDestinationResponse.BuilderUpdateTraceSegmentDestinationResponse. builder()UpdateTraceSegmentDestinationResponse.BuilderUpdateTraceSegmentDestinationResponse.Builder. destination(String destination)The destination of the trace segments.UpdateTraceSegmentDestinationResponse.BuilderUpdateTraceSegmentDestinationResponse.Builder. destination(TraceSegmentDestination destination)The destination of the trace segments.UpdateTraceSegmentDestinationResponse.BuilderUpdateTraceSegmentDestinationResponse.Builder. status(String status)The status of the update.UpdateTraceSegmentDestinationResponse.BuilderUpdateTraceSegmentDestinationResponse.Builder. status(TraceSegmentDestinationStatus status)The status of the update.UpdateTraceSegmentDestinationResponse.BuilderUpdateTraceSegmentDestinationResponse. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type UpdateTraceSegmentDestinationResponse.Builder Modifier and Type Method Description static Class<? extends UpdateTraceSegmentDestinationResponse.Builder>UpdateTraceSegmentDestinationResponse. serializableBuilderClass()
-