Uses of Class
software.amazon.awssdk.services.supplychain.model.UpdateInstanceResponse
-
Packages that use UpdateInstanceResponse 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 UpdateInstanceResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return UpdateInstanceResponse Modifier and Type Method Description default UpdateInstanceResponseSupplyChainClient. updateInstance(Consumer<UpdateInstanceRequest.Builder> updateInstanceRequest)Enables you to programmatically update an Amazon Web Services Supply Chain instance description by providing all the relevant information such as account ID, instance ID and so on without using the AWS console.default UpdateInstanceResponseSupplyChainClient. updateInstance(UpdateInstanceRequest updateInstanceRequest)Enables you to programmatically update an Amazon Web Services Supply Chain instance description by providing all the relevant information such as account ID, instance ID and so on without using the AWS console.Methods in software.amazon.awssdk.services.supplychain that return types with arguments of type UpdateInstanceResponse Modifier and Type Method Description default CompletableFuture<UpdateInstanceResponse>SupplyChainAsyncClient. updateInstance(Consumer<UpdateInstanceRequest.Builder> updateInstanceRequest)Enables you to programmatically update an Amazon Web Services Supply Chain instance description by providing all the relevant information such as account ID, instance ID and so on without using the AWS console.default CompletableFuture<UpdateInstanceResponse>SupplyChainAsyncClient. updateInstance(UpdateInstanceRequest updateInstanceRequest)Enables you to programmatically update an Amazon Web Services Supply Chain instance description by providing all the relevant information such as account ID, instance ID and so on without using the AWS console.
-