Uses of Class
software.amazon.awssdk.services.config.model.SelectResourceConfigResponse
-
Packages that use SelectResourceConfigResponse Package Description software.amazon.awssdk.services.config Config software.amazon.awssdk.services.config.paginators -
-
Uses of SelectResourceConfigResponse in software.amazon.awssdk.services.config
Methods in software.amazon.awssdk.services.config that return SelectResourceConfigResponse Modifier and Type Method Description default SelectResourceConfigResponseConfigClient. selectResourceConfig(Consumer<SelectResourceConfigRequest.Builder> selectResourceConfigRequest)Accepts a structured query language (SQL)SELECTcommand, performs the corresponding search, and returns resource configurations matching the properties.default SelectResourceConfigResponseConfigClient. selectResourceConfig(SelectResourceConfigRequest selectResourceConfigRequest)Accepts a structured query language (SQL)SELECTcommand, 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 SelectResourceConfigResponse Modifier and Type Method Description default CompletableFuture<SelectResourceConfigResponse>ConfigAsyncClient. selectResourceConfig(Consumer<SelectResourceConfigRequest.Builder> selectResourceConfigRequest)Accepts a structured query language (SQL)SELECTcommand, performs the corresponding search, and returns resource configurations matching the properties.default CompletableFuture<SelectResourceConfigResponse>ConfigAsyncClient. selectResourceConfig(SelectResourceConfigRequest selectResourceConfigRequest)Accepts a structured query language (SQL)SELECTcommand, performs the corresponding search, and returns resource configurations matching the properties. -
Uses of SelectResourceConfigResponse in software.amazon.awssdk.services.config.paginators
Methods in software.amazon.awssdk.services.config.paginators that return types with arguments of type SelectResourceConfigResponse Modifier and Type Method Description Iterator<SelectResourceConfigResponse>SelectResourceConfigIterable. iterator()Method parameters in software.amazon.awssdk.services.config.paginators with type arguments of type SelectResourceConfigResponse Modifier and Type Method Description voidSelectResourceConfigPublisher. subscribe(org.reactivestreams.Subscriber<? super SelectResourceConfigResponse> subscriber)
-