Uses of Interface
software.amazon.awssdk.services.xray.model.GraphLink.Builder
-
Packages that use GraphLink.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of GraphLink.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GraphLink.Builder Modifier and Type Method Description static GraphLink.BuilderGraphLink. builder()GraphLink.BuilderGraphLink.Builder. destinationTraceIds(String... destinationTraceIds)Destination traces of a link relationship.GraphLink.BuilderGraphLink.Builder. destinationTraceIds(Collection<String> destinationTraceIds)Destination traces of a link relationship.GraphLink.BuilderGraphLink.Builder. referenceType(String referenceType)Relationship of a trace to the corresponding service.GraphLink.BuilderGraphLink.Builder. sourceTraceId(String sourceTraceId)Source trace of a link relationship.GraphLink.BuilderGraphLink. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GraphLink.Builder Modifier and Type Method Description static Class<? extends GraphLink.Builder>GraphLink. serializableBuilderClass()
-