Uses of Class
software.amazon.awssdk.services.appstream.model.DescribeThemeForStackResponse
-
Packages that use DescribeThemeForStackResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of DescribeThemeForStackResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return DescribeThemeForStackResponse Modifier and Type Method Description default DescribeThemeForStackResponseAppStreamClient. describeThemeForStack(Consumer<DescribeThemeForStackRequest.Builder> describeThemeForStackRequest)Retrieves a list that describes the theme for a specified stack.default DescribeThemeForStackResponseAppStreamClient. describeThemeForStack(DescribeThemeForStackRequest describeThemeForStackRequest)Retrieves a list that describes the theme for a specified stack.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type DescribeThemeForStackResponse Modifier and Type Method Description default CompletableFuture<DescribeThemeForStackResponse>AppStreamAsyncClient. describeThemeForStack(Consumer<DescribeThemeForStackRequest.Builder> describeThemeForStackRequest)Retrieves a list that describes the theme for a specified stack.default CompletableFuture<DescribeThemeForStackResponse>AppStreamAsyncClient. describeThemeForStack(DescribeThemeForStackRequest describeThemeForStackRequest)Retrieves a list that describes the theme for a specified stack.
-