Uses of Interface
software.amazon.awssdk.services.xray.model.GetInsightImpactGraphRequest.Builder
-
Packages that use GetInsightImpactGraphRequest.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 GetInsightImpactGraphRequest.Builder in software.amazon.awssdk.services.xray
Method parameters in software.amazon.awssdk.services.xray with type arguments of type GetInsightImpactGraphRequest.Builder Modifier and Type Method Description default CompletableFuture<GetInsightImpactGraphResponse>XRayAsyncClient. getInsightImpactGraph(Consumer<GetInsightImpactGraphRequest.Builder> getInsightImpactGraphRequest)Retrieves a service graph structure filtered by the specified insight.default GetInsightImpactGraphResponseXRayClient. getInsightImpactGraph(Consumer<GetInsightImpactGraphRequest.Builder> getInsightImpactGraphRequest)Retrieves a service graph structure filtered by the specified insight. -
Uses of GetInsightImpactGraphRequest.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GetInsightImpactGraphRequest.Builder Modifier and Type Method Description static GetInsightImpactGraphRequest.BuilderGetInsightImpactGraphRequest. builder()GetInsightImpactGraphRequest.BuilderGetInsightImpactGraphRequest.Builder. endTime(Instant endTime)The estimated end time of the insight, in Unix time seconds.GetInsightImpactGraphRequest.BuilderGetInsightImpactGraphRequest.Builder. insightId(String insightId)The insight's unique identifier.GetInsightImpactGraphRequest.BuilderGetInsightImpactGraphRequest.Builder. nextToken(String nextToken)Specify the pagination token returned by a previous request to retrieve the next page of results.GetInsightImpactGraphRequest.BuilderGetInsightImpactGraphRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetInsightImpactGraphRequest.BuilderGetInsightImpactGraphRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetInsightImpactGraphRequest.BuilderGetInsightImpactGraphRequest.Builder. startTime(Instant startTime)The estimated start time of the insight, in Unix time seconds.GetInsightImpactGraphRequest.BuilderGetInsightImpactGraphRequest. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GetInsightImpactGraphRequest.Builder Modifier and Type Method Description static Class<? extends GetInsightImpactGraphRequest.Builder>GetInsightImpactGraphRequest. serializableBuilderClass()
-