Uses of Class
software.amazon.awssdk.services.ssmsap.model.ComponentInfo
-
Packages that use ComponentInfo Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of ComponentInfo in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type ComponentInfo Modifier and Type Method Description List<ComponentInfo>RegisterApplicationRequest. componentsInfo()This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.Methods in software.amazon.awssdk.services.ssmsap.model with parameters of type ComponentInfo Modifier and Type Method Description RegisterApplicationRequest.BuilderRegisterApplicationRequest.Builder. componentsInfo(ComponentInfo... componentsInfo)This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.Method parameters in software.amazon.awssdk.services.ssmsap.model with type arguments of type ComponentInfo Modifier and Type Method Description RegisterApplicationRequest.BuilderRegisterApplicationRequest.Builder. componentsInfo(Collection<ComponentInfo> componentsInfo)This is an optional parameter for component details to which the SAP ABAP application is attached, such as Web Dispatcher.
-