Uses of Class
software.amazon.awssdk.services.iotwireless.model.SidewalkAccountInfoWithFingerprint
-
Packages that use SidewalkAccountInfoWithFingerprint Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of SidewalkAccountInfoWithFingerprint in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return SidewalkAccountInfoWithFingerprint Modifier and Type Method Description SidewalkAccountInfoWithFingerprintGetPartnerAccountResponse. sidewalk()The Sidewalk account credentials.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type SidewalkAccountInfoWithFingerprint Modifier and Type Method Description List<SidewalkAccountInfoWithFingerprint>ListPartnerAccountsResponse. sidewalk()The Sidewalk account credentials.Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type SidewalkAccountInfoWithFingerprint Modifier and Type Method Description GetPartnerAccountResponse.BuilderGetPartnerAccountResponse.Builder. sidewalk(SidewalkAccountInfoWithFingerprint sidewalk)The Sidewalk account credentials.ListPartnerAccountsResponse.BuilderListPartnerAccountsResponse.Builder. sidewalk(SidewalkAccountInfoWithFingerprint... sidewalk)The Sidewalk account credentials.Method parameters in software.amazon.awssdk.services.iotwireless.model with type arguments of type SidewalkAccountInfoWithFingerprint Modifier and Type Method Description ListPartnerAccountsResponse.BuilderListPartnerAccountsResponse.Builder. sidewalk(Collection<SidewalkAccountInfoWithFingerprint> sidewalk)The Sidewalk account credentials.
-