Uses of Class
software.amazon.awssdk.services.config.model.SelectAggregateResourceConfigResponse
-
Packages that use SelectAggregateResourceConfigResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of SelectAggregateResourceConfigResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return SelectAggregateResourceConfigResponse Modifier and Type Method Description default SelectAggregateResourceConfigResponseConfigClient. selectAggregateResourceConfig(Consumer<SelectAggregateResourceConfigRequest.Builder> selectAggregateResourceConfigRequest)Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.default SelectAggregateResourceConfigResponseConfigClient. selectAggregateResourceConfig(SelectAggregateResourceConfigRequest selectAggregateResourceConfigRequest)Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.Methods in software.amazon.awssdk.services.config that return types with arguments of type SelectAggregateResourceConfigResponse Modifier and Type Method Description default CompletableFuture<SelectAggregateResourceConfigResponse>ConfigAsyncClient. selectAggregateResourceConfig(Consumer<SelectAggregateResourceConfigRequest.Builder> selectAggregateResourceConfigRequest)Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties.default CompletableFuture<SelectAggregateResourceConfigResponse>ConfigAsyncClient. selectAggregateResourceConfig(SelectAggregateResourceConfigRequest selectAggregateResourceConfigRequest)Accepts a structured query language (SQL) SELECT command and an aggregator to query configuration state of Amazon Web Services resources across multiple accounts and regions, performs the corresponding search, and returns resource configurations matching the properties. -
Uses of SelectAggregateResourceConfigResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type SelectAggregateResourceConfigResponse Modifier and Type Method Description Iterator<SelectAggregateResourceConfigResponse>SelectAggregateResourceConfigIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type SelectAggregateResourceConfigResponse Modifier and Type Method Description voidSelectAggregateResourceConfigPublisher. subscribe(org.reactivestreams.Subscriber<? super SelectAggregateResourceConfigResponse> subscriber)
-