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)Enables you to programmatically delete an Amazon Web Services Supply Chain instance by deleting the KMS keys and relevant information associated with the API without using the Amazon Web Services console.default DeleteInstanceResponseSupplyChainClient. deleteInstance(DeleteInstanceRequest deleteInstanceRequest)Enables you to programmatically delete an Amazon Web Services Supply Chain instance by deleting the KMS keys and relevant information associated with the API without using the Amazon Web Services console.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)Enables you to programmatically delete an Amazon Web Services Supply Chain instance by deleting the KMS keys and relevant information associated with the API without using the Amazon Web Services console.default CompletableFuture<DeleteInstanceResponse>SupplyChainAsyncClient. deleteInstance(DeleteInstanceRequest deleteInstanceRequest)Enables you to programmatically delete an Amazon Web Services Supply Chain instance by deleting the KMS keys and relevant information associated with the API without using the Amazon Web Services console.
-