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