Uses of Class
software.amazon.awssdk.services.opsworks.model.DescribeOperatingSystemsRequest
-
Packages that use DescribeOperatingSystemsRequest Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks software.amazon.awssdk.services.opsworks.transform -
-
Uses of DescribeOperatingSystemsRequest in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks with parameters of type DescribeOperatingSystemsRequest Modifier and Type Method Description default CompletableFuture<DescribeOperatingSystemsResponse>OpsWorksAsyncClient. describeOperatingSystems(DescribeOperatingSystemsRequest describeOperatingSystemsRequest)Describes the operating systems that are supported by AWS OpsWorks Stacks.default DescribeOperatingSystemsResponseOpsWorksClient. describeOperatingSystems(DescribeOperatingSystemsRequest describeOperatingSystemsRequest)Describes the operating systems that are supported by AWS OpsWorks Stacks. -
Uses of DescribeOperatingSystemsRequest in software.amazon.awssdk.services.opsworks.transform
Methods in software.amazon.awssdk.services.opsworks.transform with parameters of type DescribeOperatingSystemsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeOperatingSystemsRequestMarshaller. marshall(DescribeOperatingSystemsRequest describeOperatingSystemsRequest)
-