Uses of Class
software.amazon.awssdk.services.appconfigdata.model.GetLatestConfigurationRequest
-
Packages that use GetLatestConfigurationRequest Package Description software.amazon.awssdk.services.appconfigdata AppConfig Data provides the data plane APIs your application uses to retrieve configuration data.software.amazon.awssdk.services.appconfigdata.transform -
-
Uses of GetLatestConfigurationRequest in software.amazon.awssdk.services.appconfigdata
Methods in software.amazon.awssdk.services.appconfigdata with parameters of type GetLatestConfigurationRequest Modifier and Type Method Description default CompletableFuture<GetLatestConfigurationResponse>AppConfigDataAsyncClient. getLatestConfiguration(GetLatestConfigurationRequest getLatestConfigurationRequest)Retrieves the latest deployed configuration.default GetLatestConfigurationResponseAppConfigDataClient. getLatestConfiguration(GetLatestConfigurationRequest getLatestConfigurationRequest)Retrieves the latest deployed configuration. -
Uses of GetLatestConfigurationRequest in software.amazon.awssdk.services.appconfigdata.transform
Methods in software.amazon.awssdk.services.appconfigdata.transform with parameters of type GetLatestConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestGetLatestConfigurationRequestMarshaller. marshall(GetLatestConfigurationRequest getLatestConfigurationRequest)
-