Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetPartnerAccountResponse
-
Packages that use GetPartnerAccountResponse 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 GetPartnerAccountResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetPartnerAccountResponse Modifier and Type Method Description default GetPartnerAccountResponseIotWirelessClient. getPartnerAccount(Consumer<GetPartnerAccountRequest.Builder> getPartnerAccountRequest)Gets information about a partner account.default GetPartnerAccountResponseIotWirelessClient. getPartnerAccount(GetPartnerAccountRequest getPartnerAccountRequest)Gets information about a partner account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetPartnerAccountResponse Modifier and Type Method Description default CompletableFuture<GetPartnerAccountResponse>IotWirelessAsyncClient. getPartnerAccount(Consumer<GetPartnerAccountRequest.Builder> getPartnerAccountRequest)Gets information about a partner account.default CompletableFuture<GetPartnerAccountResponse>IotWirelessAsyncClient. getPartnerAccount(GetPartnerAccountRequest getPartnerAccountRequest)Gets information about a partner account.
-