Uses of Interface
software.amazon.awssdk.services.xray.model.GetServiceGraphRequest.Builder
-
Packages that use GetServiceGraphRequest.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 GetServiceGraphRequest.Builder in software.amazon.awssdk.services.xray
Method parameters in software.amazon.awssdk.services.xray with type arguments of type GetServiceGraphRequest.Builder Modifier and Type Method Description default CompletableFuture<GetServiceGraphResponse>XRayAsyncClient. getServiceGraph(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result.default GetServiceGraphResponseXRayClient. getServiceGraph(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)Retrieves a document that describes services that process incoming requests, and downstream services that they call as a result.default GetServiceGraphPublisherXRayAsyncClient. getServiceGraphPaginator(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)This is a variant ofXRayAsyncClient.getServiceGraph(software.amazon.awssdk.services.xray.model.GetServiceGraphRequest)operation.default GetServiceGraphIterableXRayClient. getServiceGraphPaginator(Consumer<GetServiceGraphRequest.Builder> getServiceGraphRequest)This is a variant ofXRayClient.getServiceGraph(software.amazon.awssdk.services.xray.model.GetServiceGraphRequest)operation. -
Uses of GetServiceGraphRequest.Builder in software.amazon.awssdk.services.xray.model
Methods in software.amazon.awssdk.services.xray.model that return GetServiceGraphRequest.Builder Modifier and Type Method Description static GetServiceGraphRequest.BuilderGetServiceGraphRequest. builder()GetServiceGraphRequest.BuilderGetServiceGraphRequest.Builder. endTime(Instant endTime)The end of the timeframe for which to generate a graph.GetServiceGraphRequest.BuilderGetServiceGraphRequest.Builder. groupARN(String groupARN)The Amazon Resource Name (ARN) of a group based on which you want to generate a graph.GetServiceGraphRequest.BuilderGetServiceGraphRequest.Builder. groupName(String groupName)The name of a group based on which you want to generate a graph.GetServiceGraphRequest.BuilderGetServiceGraphRequest.Builder. nextToken(String nextToken)Pagination token.GetServiceGraphRequest.BuilderGetServiceGraphRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetServiceGraphRequest.BuilderGetServiceGraphRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetServiceGraphRequest.BuilderGetServiceGraphRequest.Builder. startTime(Instant startTime)The start of the time frame for which to generate a graph.GetServiceGraphRequest.BuilderGetServiceGraphRequest. toBuilder()Methods in software.amazon.awssdk.services.xray.model that return types with arguments of type GetServiceGraphRequest.Builder Modifier and Type Method Description static Class<? extends GetServiceGraphRequest.Builder>GetServiceGraphRequest. serializableBuilderClass()
-