Uses of Class
software.amazon.awssdk.services.ssmquicksetup.model.ListConfigurationsResponse
-
Packages that use ListConfigurationsResponse 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 ListConfigurationsResponse in software.amazon.awssdk.services.ssmquicksetup
Methods in software.amazon.awssdk.services.ssmquicksetup that return ListConfigurationsResponse Modifier and Type Method Description default ListConfigurationsResponseSsmQuickSetupClient. listConfigurations(Consumer<ListConfigurationsRequest.Builder> listConfigurationsRequest)Returns configurations deployed by Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.default ListConfigurationsResponseSsmQuickSetupClient. listConfigurations(ListConfigurationsRequest listConfigurationsRequest)Returns configurations deployed by Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.Methods in software.amazon.awssdk.services.ssmquicksetup that return types with arguments of type ListConfigurationsResponse Modifier and Type Method Description default CompletableFuture<ListConfigurationsResponse>SsmQuickSetupAsyncClient. listConfigurations(Consumer<ListConfigurationsRequest.Builder> listConfigurationsRequest)Returns configurations deployed by Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region.default CompletableFuture<ListConfigurationsResponse>SsmQuickSetupAsyncClient. listConfigurations(ListConfigurationsRequest listConfigurationsRequest)Returns configurations deployed by Quick Setup in the requesting Amazon Web Services account and Amazon Web Services Region. -
Uses of ListConfigurationsResponse in software.amazon.awssdk.services.ssmquicksetup.paginators
Methods in software.amazon.awssdk.services.ssmquicksetup.paginators that return types with arguments of type ListConfigurationsResponse Modifier and Type Method Description Iterator<ListConfigurationsResponse>ListConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.ssmquicksetup.paginators with type arguments of type ListConfigurationsResponse Modifier and Type Method Description voidListConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConfigurationsResponse> subscriber)
-