Uses of Class
software.amazon.awssdk.services.supplychain.model.DeleteInstanceRequest
-
Packages that use DeleteInstanceRequest 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.software.amazon.awssdk.services.supplychain.transform -
-
Uses of DeleteInstanceRequest in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain with parameters of type DeleteInstanceRequest Modifier and Type Method Description 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.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. -
Uses of DeleteInstanceRequest in software.amazon.awssdk.services.supplychain.transform
Methods in software.amazon.awssdk.services.supplychain.transform with parameters of type DeleteInstanceRequest Modifier and Type Method Description SdkHttpFullRequestDeleteInstanceRequestMarshaller. marshall(DeleteInstanceRequest deleteInstanceRequest)
-