Uses of Interface
software.amazon.awssdk.services.appconfig.model.GetHostedConfigurationVersionRequest.Builder
-
Packages that use GetHostedConfigurationVersionRequest.Builder Package Description software.amazon.awssdk.services.appconfig Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application configurations.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()
-