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