Uses of Interface
software.amazon.awssdk.services.xray.model.GetInsightResponse.Builder
-
Packages that use GetInsightResponse.Builder Package Description software.amazon.awssdk.services.xray.model -
-
Uses of GetInsightResponse.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GetInsightResponse.Builder Modifier and Type Method Description static GetInsightResponse.BuilderGetInsightResponse. builder()default GetInsightResponse.BuilderGetInsightResponse.Builder. insight(Consumer<Insight.Builder> insight)The summary information of an insight.GetInsightResponse.BuilderGetInsightResponse.Builder. insight(Insight insight)The summary information of an insight.GetInsightResponse.BuilderGetInsightResponse. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GetInsightResponse.Builder Modifier and Type Method Description static Class<? extends GetInsightResponse.Builder>GetInsightResponse. serializableBuilderClass()
-