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