Uses of Interface
software.amazon.awssdk.services.appconfig.AppConfigClient
-
Packages that use AppConfigClient 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.paginators -
-
Uses of AppConfigClient in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig that return AppConfigClient Modifier and Type Method Description static AppConfigClientAppConfigClient. create()Create aAppConfigClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of AppConfigClient in software.amazon.awssdk.services.appconfig.paginators
Constructors in software.amazon.awssdk.services.appconfig.paginators with parameters of type AppConfigClient Constructor Description ListApplicationsIterable(AppConfigClient client, ListApplicationsRequest firstRequest)ListConfigurationProfilesIterable(AppConfigClient client, ListConfigurationProfilesRequest firstRequest)ListDeploymentsIterable(AppConfigClient client, ListDeploymentsRequest firstRequest)ListDeploymentStrategiesIterable(AppConfigClient client, ListDeploymentStrategiesRequest firstRequest)ListEnvironmentsIterable(AppConfigClient client, ListEnvironmentsRequest firstRequest)ListExtensionAssociationsIterable(AppConfigClient client, ListExtensionAssociationsRequest firstRequest)ListExtensionsIterable(AppConfigClient client, ListExtensionsRequest firstRequest)ListHostedConfigurationVersionsIterable(AppConfigClient client, ListHostedConfigurationVersionsRequest firstRequest)
-