Uses of Class
software.amazon.awssdk.services.controlcatalog.model.GetControlResponse
-
Packages that use GetControlResponse Package Description software.amazon.awssdk.services.controlcatalog Welcome to the Amazon Web Services Control Catalog API reference. -
-
Uses of GetControlResponse in software.amazon.awssdk.services.controlcatalog
Methods in software.amazon.awssdk.services.controlcatalog that return GetControlResponse Modifier and Type Method Description default GetControlResponseControlCatalogClient. getControl(Consumer<GetControlRequest.Builder> getControlRequest)Returns details about a specific control, most notably a list of Amazon Web Services Regions where this control is supported.default GetControlResponseControlCatalogClient. getControl(GetControlRequest getControlRequest)Returns details about a specific control, most notably a list of Amazon Web Services Regions where this control is supported.Methods in software.amazon.awssdk.services.controlcatalog that return types with arguments of type GetControlResponse Modifier and Type Method Description default CompletableFuture<GetControlResponse>ControlCatalogAsyncClient. getControl(Consumer<GetControlRequest.Builder> getControlRequest)Returns details about a specific control, most notably a list of Amazon Web Services Regions where this control is supported.default CompletableFuture<GetControlResponse>ControlCatalogAsyncClient. getControl(GetControlRequest getControlRequest)Returns details about a specific control, most notably a list of Amazon Web Services Regions where this control is supported.
-