Uses of Class
software.amazon.awssdk.services.iotwireless.model.ListPartnerAccountsResponse
-
Packages that use ListPartnerAccountsResponse 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 ListPartnerAccountsResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return ListPartnerAccountsResponse Modifier and Type Method Description default ListPartnerAccountsResponseIotWirelessClient. listPartnerAccounts(Consumer<ListPartnerAccountsRequest.Builder> listPartnerAccountsRequest)Lists the partner accounts associated with your AWS account.default ListPartnerAccountsResponseIotWirelessClient. listPartnerAccounts(ListPartnerAccountsRequest listPartnerAccountsRequest)Lists the partner accounts associated with your AWS account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type ListPartnerAccountsResponse Modifier and Type Method Description default CompletableFuture<ListPartnerAccountsResponse>IotWirelessAsyncClient. listPartnerAccounts(Consumer<ListPartnerAccountsRequest.Builder> listPartnerAccountsRequest)Lists the partner accounts associated with your AWS account.default CompletableFuture<ListPartnerAccountsResponse>IotWirelessAsyncClient. listPartnerAccounts(ListPartnerAccountsRequest listPartnerAccountsRequest)Lists the partner accounts associated with your AWS account.
-