Uses of Class
software.amazon.awssdk.services.controlcatalog.model.GetControlRequest
-
Packages that use GetControlRequest Package Description software.amazon.awssdk.services.controlcatalog Welcome to the Amazon Web Services Control Catalog API reference.software.amazon.awssdk.services.controlcatalog.transform -
-
Uses of GetControlRequest in software.amazon.awssdk.services.controlcatalog
Methods in software.amazon.awssdk.services.controlcatalog with parameters of type GetControlRequest Modifier and Type Method Description 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.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. -
Uses of GetControlRequest in software.amazon.awssdk.services.controlcatalog.transform
Methods in software.amazon.awssdk.services.controlcatalog.transform with parameters of type GetControlRequest Modifier and Type Method Description SdkHttpFullRequestGetControlRequestMarshaller. marshall(GetControlRequest getControlRequest)
-