Uses of Class
software.amazon.awssdk.services.iotwireless.model.PartnerType
-
Packages that use PartnerType Package Description software.amazon.awssdk.services.iotwireless.model -
-
Uses of PartnerType in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return PartnerType Modifier and Type Method Description static PartnerTypePartnerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PartnerTypeDisassociateAwsAccountFromPartnerAccountRequest. partnerType()The partner type.PartnerTypeGetPartnerAccountRequest. partnerType()The partner type.PartnerTypeUpdatePartnerAccountRequest. partnerType()The partner type.static PartnerTypePartnerType. valueOf(String name)Returns the enum constant of this type with the specified name.static PartnerType[]PartnerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type PartnerType Modifier and Type Method Description static Set<PartnerType>PartnerType. knownValues()Methods in software.amazon.awssdk.services.iotwireless.model with parameters of type PartnerType Modifier and Type Method Description DisassociateAwsAccountFromPartnerAccountRequest.BuilderDisassociateAwsAccountFromPartnerAccountRequest.Builder. partnerType(PartnerType partnerType)The partner type.GetPartnerAccountRequest.BuilderGetPartnerAccountRequest.Builder. partnerType(PartnerType partnerType)The partner type.UpdatePartnerAccountRequest.BuilderUpdatePartnerAccountRequest.Builder. partnerType(PartnerType partnerType)The partner type.
-