Uses of Class
software.amazon.awssdk.services.opsworks.model.DescribeOperatingSystemsResponse
-
Packages that use DescribeOperatingSystemsResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of DescribeOperatingSystemsResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return DescribeOperatingSystemsResponse Modifier and Type Method Description default DescribeOperatingSystemsResponseOpsWorksClient. describeOperatingSystems()Describes the operating systems that are supported by AWS OpsWorks Stacks.default DescribeOperatingSystemsResponseOpsWorksClient. describeOperatingSystems(Consumer<DescribeOperatingSystemsRequest.Builder> 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.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type DescribeOperatingSystemsResponse Modifier and Type Method Description default CompletableFuture<DescribeOperatingSystemsResponse>OpsWorksAsyncClient. describeOperatingSystems()Describes the operating systems that are supported by AWS OpsWorks Stacks.default CompletableFuture<DescribeOperatingSystemsResponse>OpsWorksAsyncClient. describeOperatingSystems(Consumer<DescribeOperatingSystemsRequest.Builder> describeOperatingSystemsRequest)Describes the operating systems that are supported by AWS OpsWorks Stacks.default CompletableFuture<DescribeOperatingSystemsResponse>OpsWorksAsyncClient. describeOperatingSystems(DescribeOperatingSystemsRequest describeOperatingSystemsRequest)Describes the operating systems that are supported by AWS OpsWorks Stacks.
-