Uses of Class
software.amazon.awssdk.services.opsworks.model.OperatingSystem
-
Packages that use OperatingSystem Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of OperatingSystem in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return types with arguments of type OperatingSystem Modifier and Type Method Description List<OperatingSystem>DescribeOperatingSystemsResponse. operatingSystems()Contains information in response to aDescribeOperatingSystemsrequest.Methods in software.amazon.awssdk.services.opsworks.model with parameters of type OperatingSystem Modifier and Type Method Description DescribeOperatingSystemsResponse.BuilderDescribeOperatingSystemsResponse.Builder. operatingSystems(OperatingSystem... operatingSystems)Contains information in response to aDescribeOperatingSystemsrequest.Method parameters in software.amazon.awssdk.services.opsworks.model with type arguments of type OperatingSystem Modifier and Type Method Description DescribeOperatingSystemsResponse.BuilderDescribeOperatingSystemsResponse.Builder. operatingSystems(Collection<OperatingSystem> operatingSystems)Contains information in response to aDescribeOperatingSystemsrequest.
-