Uses of Class
software.amazon.awssdk.services.controlcatalog.model.ImplementationDetails
-
Packages that use ImplementationDetails Package Description software.amazon.awssdk.services.controlcatalog.model -
-
Uses of ImplementationDetails in software.amazon.awssdk.services.controlcatalog.model
Methods in software.amazon.awssdk.services.controlcatalog.model that return ImplementationDetails Modifier and Type Method Description ImplementationDetailsGetControlResponse. implementation()Returns information about the control, as anImplementationDetailsobject that shows the underlying implementation type for a control.Methods in software.amazon.awssdk.services.controlcatalog.model with parameters of type ImplementationDetails Modifier and Type Method Description GetControlResponse.BuilderGetControlResponse.Builder. implementation(ImplementationDetails implementation)Returns information about the control, as anImplementationDetailsobject that shows the underlying implementation type for a control.
-