Uses of Class
software.amazon.awssdk.services.ssmquicksetup.model.GetConfigurationResponse
-
Packages that use GetConfigurationResponse Package Description software.amazon.awssdk.services.ssmquicksetup Quick Setup helps you quickly configure frequently used services and features with recommended best practices. -
-
Uses of GetConfigurationResponse in software.amazon.awssdk.services.ssmquicksetup
Methods in software.amazon.awssdk.services.ssmquicksetup that return GetConfigurationResponse Modifier and Type Method Description default GetConfigurationResponseSsmQuickSetupClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Returns details about the specified configuration.default GetConfigurationResponseSsmQuickSetupClient. getConfiguration(GetConfigurationRequest getConfigurationRequest)Returns details about the specified configuration.Methods in software.amazon.awssdk.services.ssmquicksetup that return types with arguments of type GetConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetConfigurationResponse>SsmQuickSetupAsyncClient. getConfiguration(Consumer<GetConfigurationRequest.Builder> getConfigurationRequest)Returns details about the specified configuration.default CompletableFuture<GetConfigurationResponse>SsmQuickSetupAsyncClient. getConfiguration(GetConfigurationRequest getConfigurationRequest)Returns details about the specified configuration.
-