Uses of Class
software.amazon.awssdk.services.appstream.model.UpdateThemeForStackResponse
-
Packages that use UpdateThemeForStackResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of UpdateThemeForStackResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return UpdateThemeForStackResponse Modifier and Type Method Description default UpdateThemeForStackResponseAppStreamClient. updateThemeForStack(Consumer<UpdateThemeForStackRequest.Builder> updateThemeForStackRequest)Updates custom branding that customizes the appearance of the streaming application catalog page.default UpdateThemeForStackResponseAppStreamClient. updateThemeForStack(UpdateThemeForStackRequest updateThemeForStackRequest)Updates custom branding that customizes the appearance of the streaming application catalog page.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type UpdateThemeForStackResponse Modifier and Type Method Description default CompletableFuture<UpdateThemeForStackResponse>AppStreamAsyncClient. updateThemeForStack(Consumer<UpdateThemeForStackRequest.Builder> updateThemeForStackRequest)Updates custom branding that customizes the appearance of the streaming application catalog page.default CompletableFuture<UpdateThemeForStackResponse>AppStreamAsyncClient. updateThemeForStack(UpdateThemeForStackRequest updateThemeForStackRequest)Updates custom branding that customizes the appearance of the streaming application catalog page.
-