Uses of Class
software.amazon.awssdk.services.workspacesthinclient.model.Software
-
Packages that use Software Package Description software.amazon.awssdk.services.workspacesthinclient.model -
-
Uses of Software in software.amazon.awssdk.services.workspacesthinclient.model
Methods in software.amazon.awssdk.services.workspacesthinclient.model that return types with arguments of type Software Modifier and Type Method Description List<Software>SoftwareSet. software()A list of the software components in the software set.Methods in software.amazon.awssdk.services.workspacesthinclient.model with parameters of type Software Modifier and Type Method Description SoftwareSet.BuilderSoftwareSet.Builder. software(Software... software)A list of the software components in the software set.Method parameters in software.amazon.awssdk.services.workspacesthinclient.model with type arguments of type Software Modifier and Type Method Description SoftwareSet.BuilderSoftwareSet.Builder. software(Collection<Software> software)A list of the software components in the software set.
-