Uses of Class
software.amazon.awssdk.services.supplychain.model.DeleteInstanceResponse
-
Packages that use DeleteInstanceResponse Package Description software.amazon.awssdk.services.supplychain AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems. -
-
Uses of DeleteInstanceResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return DeleteInstanceResponse Modifier and Type Method Description default DeleteInstanceResponseSupplyChainClient. deleteInstance(Consumer<DeleteInstanceRequest.Builder> deleteInstanceRequest)Delete the instance.default DeleteInstanceResponseSupplyChainClient. deleteInstance(DeleteInstanceRequest deleteInstanceRequest)Delete the instance.Methods in software.amazon.awssdk.services.supplychain that return types with arguments of type DeleteInstanceResponse Modifier and Type Method Description default CompletableFuture<DeleteInstanceResponse>SupplyChainAsyncClient. deleteInstance(Consumer<DeleteInstanceRequest.Builder> deleteInstanceRequest)Delete the instance.default CompletableFuture<DeleteInstanceResponse>SupplyChainAsyncClient. deleteInstance(DeleteInstanceRequest deleteInstanceRequest)Delete the instance.
-