Uses of Class
software.amazon.awssdk.services.taxsettings.model.Sector
-
Packages that use Sector Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of Sector in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return Sector Modifier and Type Method Description static SectorSector. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SectorTaxRegistration. sector()The industry that describes your business.SectorTaxRegistrationEntry. sector()The industry that describes your business.SectorTaxRegistrationWithJurisdiction. sector()The industry that describes your business.static SectorSector. valueOf(String name)Returns the enum constant of this type with the specified name.static Sector[]Sector. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.taxsettings.model that return types with arguments of type Sector Modifier and Type Method Description static Set<Sector>Sector. knownValues()Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type Sector Modifier and Type Method Description TaxRegistration.BuilderTaxRegistration.Builder. sector(Sector sector)The industry that describes your business.TaxRegistrationEntry.BuilderTaxRegistrationEntry.Builder. sector(Sector sector)The industry that describes your business.TaxRegistrationWithJurisdiction.BuilderTaxRegistrationWithJurisdiction.Builder. sector(Sector sector)The industry that describes your business.
-