Uses of Class
software.amazon.awssdk.services.iotwireless.model.UpdatePartnerAccountResponse
-
Packages that use UpdatePartnerAccountResponse Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. -
-
Uses of UpdatePartnerAccountResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return UpdatePartnerAccountResponse Modifier and Type Method Description default UpdatePartnerAccountResponseIotWirelessClient. updatePartnerAccount(Consumer<UpdatePartnerAccountRequest.Builder> updatePartnerAccountRequest)Updates properties of a partner account.default UpdatePartnerAccountResponseIotWirelessClient. updatePartnerAccount(UpdatePartnerAccountRequest updatePartnerAccountRequest)Updates properties of a partner account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type UpdatePartnerAccountResponse Modifier and Type Method Description default CompletableFuture<UpdatePartnerAccountResponse>IotWirelessAsyncClient. updatePartnerAccount(Consumer<UpdatePartnerAccountRequest.Builder> updatePartnerAccountRequest)Updates properties of a partner account.default CompletableFuture<UpdatePartnerAccountResponse>IotWirelessAsyncClient. updatePartnerAccount(UpdatePartnerAccountRequest updatePartnerAccountRequest)Updates properties of a partner account.
-