Uses of Interface
software.amazon.awssdk.services.xray.model.GetInsightRequest.Builder
-
Packages that use GetInsightRequest.Builder Package Description software.amazon.awssdk.services.xray Amazon Web Services X-Ray provides APIs for managing debug traces and retrieving service maps and other data created by processing those traces.software.amazon.awssdk.services.xray.model -
-
Uses of GetInsightRequest.Builder in software.amazon.awssdk.services.xray
Method parameters in software.amazon.awssdk.services.xray with type arguments of type GetInsightRequest.Builder Modifier and Type Method Description default CompletableFuture<GetInsightResponse>XRayAsyncClient. getInsight(Consumer<GetInsightRequest.Builder> getInsightRequest)Retrieves the summary information of an insight.default GetInsightResponseXRayClient. getInsight(Consumer<GetInsightRequest.Builder> getInsightRequest)Retrieves the summary information of an insight. -
Uses of GetInsightRequest.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GetInsightRequest.Builder Modifier and Type Method Description static GetInsightRequest.BuilderGetInsightRequest. builder()GetInsightRequest.BuilderGetInsightRequest.Builder. insightId(String insightId)The insight's unique identifier.GetInsightRequest.BuilderGetInsightRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInsightRequest.BuilderGetInsightRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInsightRequest.BuilderGetInsightRequest. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GetInsightRequest.Builder Modifier and Type Method Description static Class<? extends GetInsightRequest.Builder>GetInsightRequest. serializableBuilderClass()
-