Uses of Class
software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationManagersResponse
-
Packages that use ListConfigurationManagersResponse 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.paginators -
-
Uses of ListConfigurationManagersResponse in software.amazon.awssdk.services.ssmquicksetup
Methods in software.amazon.awssdk.services.ssmquicksetup that return ListConfigurationManagersResponse Modifier and Type Method Description default ListConfigurationManagersResponseSsmQuickSetupClient. listConfigurationManagers(Consumer<ListConfigurationManagersRequest.Builder> listConfigurationManagersRequest)Returns Quick Setup configuration managers.default ListConfigurationManagersResponseSsmQuickSetupClient. listConfigurationManagers(ListConfigurationManagersRequest listConfigurationManagersRequest)Returns Quick Setup configuration managers.Methods in software.amazon.awssdk.services.ssmquicksetup that return types with arguments of type ListConfigurationManagersResponse Modifier and Type Method Description default CompletableFuture<ListConfigurationManagersResponse>SsmQuickSetupAsyncClient. listConfigurationManagers(Consumer<ListConfigurationManagersRequest.Builder> listConfigurationManagersRequest)Returns Quick Setup configuration managers.default CompletableFuture<ListConfigurationManagersResponse>SsmQuickSetupAsyncClient. listConfigurationManagers(ListConfigurationManagersRequest listConfigurationManagersRequest)Returns Quick Setup configuration managers. -
Uses of ListConfigurationManagersResponse in software.amazon.awssdk.services.ssmquicksetup.paginators
Methods in software.amazon.awssdk.services.ssmquicksetup.paginators that return types with arguments of type ListConfigurationManagersResponse Modifier and Type Method Description Iterator<ListConfigurationManagersResponse>ListConfigurationManagersIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmquicksetup.paginators with type arguments of type ListConfigurationManagersResponse Modifier and Type Method Description voidListConfigurationManagersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConfigurationManagersResponse> subscriber)
-