Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteAppResponse
-
Packages that use DeleteAppResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DeleteAppResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DeleteAppResponse Modifier and Type Method Description default DeleteAppResponseSageMakerClient. deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)Used to stop and delete an app.default DeleteAppResponseSageMakerClient. deleteApp(DeleteAppRequest deleteAppRequest)Used to stop and delete an app.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DeleteAppResponse Modifier and Type Method Description default CompletableFuture<DeleteAppResponse>SageMakerAsyncClient. deleteApp(Consumer<DeleteAppRequest.Builder> deleteAppRequest)Used to stop and delete an app.default CompletableFuture<DeleteAppResponse>SageMakerAsyncClient. deleteApp(DeleteAppRequest deleteAppRequest)Used to stop and delete an app.
-