Uses of Class
software.amazon.awssdk.services.appconfigdata.model.StartConfigurationSessionRequest
-
Packages that use StartConfigurationSessionRequest 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 StartConfigurationSessionRequest in software.amazon.awssdk.services.appconfigdata
Methods in software.amazon.awssdk.services.appconfigdata with parameters of type StartConfigurationSessionRequest Modifier and Type Method Description default CompletableFuture<StartConfigurationSessionResponse>AppConfigDataAsyncClient. startConfigurationSession(StartConfigurationSessionRequest startConfigurationSessionRequest)Starts a configuration session used to retrieve a deployed configuration.default StartConfigurationSessionResponseAppConfigDataClient. startConfigurationSession(StartConfigurationSessionRequest startConfigurationSessionRequest)Starts a configuration session used to retrieve a deployed configuration. -
Uses of StartConfigurationSessionRequest in software.amazon.awssdk.services.appconfigdata.transform
Methods in software.amazon.awssdk.services.appconfigdata.transform with parameters of type StartConfigurationSessionRequest Modifier and Type Method Description SdkHttpFullRequestStartConfigurationSessionRequestMarshaller. marshall(StartConfigurationSessionRequest startConfigurationSessionRequest)
-