Uses of Interface
software.amazon.awssdk.services.appconfig.model.GetHostedConfigurationVersionRequest.Builder
-
Packages that use GetHostedConfigurationVersionRequest.Builder 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.model -
-
Uses of GetHostedConfigurationVersionRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type GetHostedConfigurationVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<GetHostedConfigurationVersionResponse>AppConfigAsyncClient. getHostedConfigurationVersion(Consumer<GetHostedConfigurationVersionRequest.Builder> getHostedConfigurationVersionRequest)Retrieves information about a specific configuration version.default GetHostedConfigurationVersionResponseAppConfigClient. getHostedConfigurationVersion(Consumer<GetHostedConfigurationVersionRequest.Builder> getHostedConfigurationVersionRequest)Retrieves information about a specific configuration version. -
Uses of GetHostedConfigurationVersionRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type GetHostedConfigurationVersionRequest.Builder Modifier and Type Method Description static Class<? extends GetHostedConfigurationVersionRequest.Builder>GetHostedConfigurationVersionRequest. serializableBuilderClass()
-