Uses of Class
software.amazon.awssdk.services.iotwireless.model.DisassociateAwsAccountFromPartnerAccountResponse
-
Packages that use DisassociateAwsAccountFromPartnerAccountResponse 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 DisassociateAwsAccountFromPartnerAccountResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return DisassociateAwsAccountFromPartnerAccountResponse Modifier and Type Method Description default DisassociateAwsAccountFromPartnerAccountResponseIotWirelessClient. disassociateAwsAccountFromPartnerAccount(Consumer<DisassociateAwsAccountFromPartnerAccountRequest.Builder> disassociateAwsAccountFromPartnerAccountRequest)Disassociates your AWS account from a partner account.default DisassociateAwsAccountFromPartnerAccountResponseIotWirelessClient. disassociateAwsAccountFromPartnerAccount(DisassociateAwsAccountFromPartnerAccountRequest disassociateAwsAccountFromPartnerAccountRequest)Disassociates your AWS account from a partner account.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type DisassociateAwsAccountFromPartnerAccountResponse Modifier and Type Method Description default CompletableFuture<DisassociateAwsAccountFromPartnerAccountResponse>IotWirelessAsyncClient. disassociateAwsAccountFromPartnerAccount(Consumer<DisassociateAwsAccountFromPartnerAccountRequest.Builder> disassociateAwsAccountFromPartnerAccountRequest)Disassociates your AWS account from a partner account.default CompletableFuture<DisassociateAwsAccountFromPartnerAccountResponse>IotWirelessAsyncClient. disassociateAwsAccountFromPartnerAccount(DisassociateAwsAccountFromPartnerAccountRequest disassociateAwsAccountFromPartnerAccountRequest)Disassociates your AWS account from a partner account.
-