Uses of Interface
software.amazon.awssdk.services.xray.model.GetTraceSegmentDestinationResponse.Builder
-
Packages that use GetTraceSegmentDestinationResponse.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of GetTraceSegmentDestinationResponse.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GetTraceSegmentDestinationResponse.Builder Modifier and Type Method Description static GetTraceSegmentDestinationResponse.BuilderGetTraceSegmentDestinationResponse. builder()GetTraceSegmentDestinationResponse.BuilderGetTraceSegmentDestinationResponse.Builder. destination(String destination)Retrieves the current destination.GetTraceSegmentDestinationResponse.BuilderGetTraceSegmentDestinationResponse.Builder. destination(TraceSegmentDestination destination)Retrieves the current destination.GetTraceSegmentDestinationResponse.BuilderGetTraceSegmentDestinationResponse.Builder. status(String status)Status of the retrieval.GetTraceSegmentDestinationResponse.BuilderGetTraceSegmentDestinationResponse.Builder. status(TraceSegmentDestinationStatus status)Status of the retrieval.GetTraceSegmentDestinationResponse.BuilderGetTraceSegmentDestinationResponse. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GetTraceSegmentDestinationResponse.Builder Modifier and Type Method Description static Class<? extends GetTraceSegmentDestinationResponse.Builder>GetTraceSegmentDestinationResponse. serializableBuilderClass()
-