Uses of Interface
software.amazon.awssdk.services.lexmodelsv2.endpoints.LexModelsV2EndpointParams.Builder
-
Packages that use LexModelsV2EndpointParams.Builder Package Description software.amazon.awssdk.services.lexmodelsv2.endpoints -
-
Uses of LexModelsV2EndpointParams.Builder in software.amazon.awssdk.services.lexmodelsv2.endpoints
Methods in software.amazon.awssdk.services.lexmodelsv2.endpoints that return LexModelsV2EndpointParams.Builder Modifier and Type Method Description static LexModelsV2EndpointParams.BuilderLexModelsV2EndpointParams. builder()LexModelsV2EndpointParams.BuilderLexModelsV2EndpointParams.Builder. endpoint(String endpoint)LexModelsV2EndpointParams.BuilderLexModelsV2EndpointParams.Builder. region(Region region)LexModelsV2EndpointParams.BuilderLexModelsV2EndpointParams. toBuilder()LexModelsV2EndpointParams.BuilderLexModelsV2EndpointParams.Builder. useDualStack(Boolean useDualStack)LexModelsV2EndpointParams.BuilderLexModelsV2EndpointParams.Builder. useFips(Boolean useFIPS)Method parameters in software.amazon.awssdk.services.lexmodelsv2.endpoints with type arguments of type LexModelsV2EndpointParams.Builder Modifier and Type Method Description default CompletableFuture<Endpoint>LexModelsV2EndpointProvider. resolveEndpoint(Consumer<LexModelsV2EndpointParams.Builder> endpointParamsConsumer)Compute the endpoint based on the given set of parameters.
-