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