Uses of Class
software.amazon.awssdk.services.appstream.model.UpdateStackResponse
-
Packages that use UpdateStackResponse Package Description software.amazon.awssdk.services.appstream Amazon AppStream 2.0 -
-
Uses of UpdateStackResponse in software.amazon.awssdk.services.appstream
Methods in software.amazon.awssdk.services.appstream that return UpdateStackResponse Modifier and Type Method Description default UpdateStackResponseAppStreamClient. updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)Updates the specified fields for the specified stack.default UpdateStackResponseAppStreamClient. updateStack(UpdateStackRequest updateStackRequest)Updates the specified fields for the specified stack.Methods in software.amazon.awssdk.services.appstream that return types with arguments of type UpdateStackResponse Modifier and Type Method Description default CompletableFuture<UpdateStackResponse>AppStreamAsyncClient. updateStack(Consumer<UpdateStackRequest.Builder> updateStackRequest)Updates the specified fields for the specified stack.default CompletableFuture<UpdateStackResponse>AppStreamAsyncClient. updateStack(UpdateStackRequest updateStackRequest)Updates the specified fields for the specified stack.
-