Uses of Class
software.amazon.awssdk.services.xray.model.TraceSegmentDestinationStatus
-
Packages that use TraceSegmentDestinationStatus Package Description software.amazon.awssdk.services.xray.model -
-
Uses of TraceSegmentDestinationStatus in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return TraceSegmentDestinationStatus Modifier and Type Method Description static TraceSegmentDestinationStatusTraceSegmentDestinationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TraceSegmentDestinationStatusGetTraceSegmentDestinationResponse. status()Status of the retrieval.TraceSegmentDestinationStatusUpdateTraceSegmentDestinationResponse. status()The status of the update.static TraceSegmentDestinationStatusTraceSegmentDestinationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TraceSegmentDestinationStatus[]TraceSegmentDestinationStatus. 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 TraceSegmentDestinationStatus Modifier and Type Method Description static Set<TraceSegmentDestinationStatus>TraceSegmentDestinationStatus. knownValues()Methods in software.amazon.awssdk.services.xray.model with parameters of type TraceSegmentDestinationStatus Modifier and Type Method Description GetTraceSegmentDestinationResponse.BuilderGetTraceSegmentDestinationResponse.Builder. status(TraceSegmentDestinationStatus status)Status of the retrieval.UpdateTraceSegmentDestinationResponse.BuilderUpdateTraceSegmentDestinationResponse.Builder. status(TraceSegmentDestinationStatus status)The status of the update.
-