Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.DeleteAppResponse
-
Packages that use DeleteAppResponse Package Description software.amazon.awssdk.services.simspaceweaver SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale spatial simulations in the Amazon Web Services Cloud. -
-
Uses of DeleteAppResponse in software.amazon.awssdk.services.simspaceweaver
Methods in software.amazon.awssdk.services.simspaceweaver that return DeleteAppResponse Modifier and Type Method Description default DeleteAppResponseSimSpaceWeaverClient. deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)Deletes the instance of the given custom app.default DeleteAppResponseSimSpaceWeaverClient. deleteApp(DeleteAppRequest deleteAppRequest)Deletes the instance of the given custom app.Methods in software.amazon.awssdk.services.simspaceweaver that return types with arguments of type DeleteAppResponse Modifier and Type Method Description default CompletableFuture<DeleteAppResponse>SimSpaceWeaverAsyncClient. deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)Deletes the instance of the given custom app.default CompletableFuture<DeleteAppResponse>SimSpaceWeaverAsyncClient. deleteApp(DeleteAppRequest deleteAppRequest)Deletes the instance of the given custom app.
-