Uses of Interface
software.amazon.awssdk.services.appconfig.endpoints.AppConfigEndpointProvider
-
Packages that use AppConfigEndpointProvider Package Description software.amazon.awssdk.services.appconfig AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application behavior in production environments without full code deployments.software.amazon.awssdk.services.appconfig.endpoints software.amazon.awssdk.services.appconfig.endpoints.internal -
-
Uses of AppConfigEndpointProvider in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type AppConfigEndpointProvider Modifier and Type Method Description default BAppConfigBaseClientBuilder. endpointProvider(AppConfigEndpointProvider endpointProvider)Set theAppConfigEndpointProviderimplementation that will be used by the client to determine the endpoint for each request. -
Uses of AppConfigEndpointProvider in software.amazon.awssdk.services.appconfig.endpoints
Methods in software.amazon.awssdk.services.appconfig.endpoints that return AppConfigEndpointProvider Modifier and Type Method Description static AppConfigEndpointProviderAppConfigEndpointProvider. defaultProvider() -
Uses of AppConfigEndpointProvider in software.amazon.awssdk.services.appconfig.endpoints.internal
Classes in software.amazon.awssdk.services.appconfig.endpoints.internal that implement AppConfigEndpointProvider Modifier and Type Class Description classDefaultAppConfigEndpointProvider
-