Uses of Class
software.amazon.awssdk.services.textract.endpoints.TextractEndpointParams
-
Packages that use TextractEndpointParams Package Description software.amazon.awssdk.services.textract.endpoints software.amazon.awssdk.services.textract.endpoints.internal -
-
Uses of TextractEndpointParams in software.amazon.awssdk.services.textract.endpoints
Methods in software.amazon.awssdk.services.textract.endpoints that return TextractEndpointParams Modifier and Type Method Description TextractEndpointParamsTextractEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.textract.endpoints with parameters of type TextractEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>TextractEndpointProvider. resolveEndpoint(TextractEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of TextractEndpointParams in software.amazon.awssdk.services.textract.endpoints.internal
Methods in software.amazon.awssdk.services.textract.endpoints.internal that return TextractEndpointParams Modifier and Type Method Description static TextractEndpointParamsTextractResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.textract.endpoints.internal with parameters of type TextractEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultTextractEndpointProvider. resolveEndpoint(TextractEndpointParams params)
-