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