Uses of Class
software.amazon.awssdk.services.ssmquicksetup.model.ConfigurationManagerSummary
-
Packages that use ConfigurationManagerSummary Package Description software.amazon.awssdk.services.ssmquicksetup.model software.amazon.awssdk.services.ssmquicksetup.paginators -
-
Uses of ConfigurationManagerSummary in software.amazon.awssdk.services.ssmquicksetup.model
Methods in software.amazon.awssdk.services.ssmquicksetup.model that return types with arguments of type ConfigurationManagerSummary Modifier and Type Method Description List<ConfigurationManagerSummary>ListConfigurationManagersResponse. configurationManagersList()The configuration managers returned by the request.Methods in software.amazon.awssdk.services.ssmquicksetup.model with parameters of type ConfigurationManagerSummary Modifier and Type Method Description ListConfigurationManagersResponse.BuilderListConfigurationManagersResponse.Builder. configurationManagersList(ConfigurationManagerSummary... configurationManagersList)The configuration managers returned by the request.Method parameters in software.amazon.awssdk.services.ssmquicksetup.model with type arguments of type ConfigurationManagerSummary Modifier and Type Method Description ListConfigurationManagersResponse.BuilderListConfigurationManagersResponse.Builder. configurationManagersList(Collection<ConfigurationManagerSummary> configurationManagersList)The configuration managers returned by the request. -
Uses of ConfigurationManagerSummary in software.amazon.awssdk.services.ssmquicksetup.paginators
Methods in software.amazon.awssdk.services.ssmquicksetup.paginators that return types with arguments of type ConfigurationManagerSummary Modifier and Type Method Description SdkIterable<ConfigurationManagerSummary>ListConfigurationManagersIterable. configurationManagersList()Returns an iterable to iterate through the paginatedListConfigurationManagersResponse.configurationManagersList()member.SdkPublisher<ConfigurationManagerSummary>ListConfigurationManagersPublisher. configurationManagersList()Returns a publisher that can be used to get a stream of data.
-