Uses of Class
software.amazon.awssdk.services.xray.model.RetrievalStatus
-
Packages that use RetrievalStatus Package Description software.amazon.awssdk.services.xray.model -
-
Uses of RetrievalStatus in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return RetrievalStatus Modifier and Type Method Description static RetrievalStatusRetrievalStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RetrievalStatusGetRetrievedTracesGraphResponse. retrievalStatus()Status of the retrieval.RetrievalStatusListRetrievedTracesResponse. retrievalStatus()Status of the retrieval.static RetrievalStatusRetrievalStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static RetrievalStatus[]RetrievalStatus. 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 RetrievalStatus Modifier and Type Method Description static Set<RetrievalStatus>RetrievalStatus. knownValues()Methods in software.amazon.awssdk.services.xray.model with parameters of type RetrievalStatus Modifier and Type Method Description GetRetrievedTracesGraphResponse.BuilderGetRetrievedTracesGraphResponse.Builder. retrievalStatus(RetrievalStatus retrievalStatus)Status of the retrieval.ListRetrievedTracesResponse.BuilderListRetrievedTracesResponse.Builder. retrievalStatus(RetrievalStatus retrievalStatus)Status of the retrieval.
-