Uses of Class
software.amazon.awssdk.services.bedrock.endpoints.BedrockEndpointParams
-
Packages that use BedrockEndpointParams Package Description software.amazon.awssdk.services.bedrock.endpoints software.amazon.awssdk.services.bedrock.endpoints.internal -
-
Uses of BedrockEndpointParams in software.amazon.awssdk.services.bedrock.endpoints
Methods in software.amazon.awssdk.services.bedrock.endpoints that return BedrockEndpointParams Modifier and Type Method Description BedrockEndpointParamsBedrockEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.bedrock.endpoints with parameters of type BedrockEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>BedrockEndpointProvider. resolveEndpoint(BedrockEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of BedrockEndpointParams in software.amazon.awssdk.services.bedrock.endpoints.internal
Methods in software.amazon.awssdk.services.bedrock.endpoints.internal that return BedrockEndpointParams Modifier and Type Method Description static BedrockEndpointParamsBedrockResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.bedrock.endpoints.internal with parameters of type BedrockEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultBedrockEndpointProvider. resolveEndpoint(BedrockEndpointParams endpointParams)
-