Uses of Class
software.amazon.awssdk.services.taxsettings.model.TaxRegistrationStatus
-
Packages that use TaxRegistrationStatus Package Description software.amazon.awssdk.services.taxsettings.model -
-
Uses of TaxRegistrationStatus in software.amazon.awssdk.services.taxsettings.model
Methods in software.amazon.awssdk.services.taxsettings.model that return TaxRegistrationStatus Modifier and Type Method Description static TaxRegistrationStatusTaxRegistrationStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TaxRegistrationStatusBatchPutTaxRegistrationResponse. status()The status of your TRN stored in the system after processing.TaxRegistrationStatusPutSupplementalTaxRegistrationResponse. status()The status of the supplemental TRN stored in the system after processing.TaxRegistrationStatusPutTaxRegistrationResponse. status()The status of your TRN stored in the system after processing.TaxRegistrationStatusSupplementalTaxRegistration. status()The status of your TRN.TaxRegistrationStatusTaxRegistration. status()The status of your TRN.TaxRegistrationStatusTaxRegistrationWithJurisdiction. status()The status of your TRN.static TaxRegistrationStatusTaxRegistrationStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static TaxRegistrationStatus[]TaxRegistrationStatus. 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 TaxRegistrationStatus Modifier and Type Method Description static Set<TaxRegistrationStatus>TaxRegistrationStatus. knownValues()Methods in software.amazon.awssdk.services.taxsettings.model with parameters of type TaxRegistrationStatus Modifier and Type Method Description BatchPutTaxRegistrationResponse.BuilderBatchPutTaxRegistrationResponse.Builder. status(TaxRegistrationStatus status)The status of your TRN stored in the system after processing.PutSupplementalTaxRegistrationResponse.BuilderPutSupplementalTaxRegistrationResponse.Builder. status(TaxRegistrationStatus status)The status of the supplemental TRN stored in the system after processing.PutTaxRegistrationResponse.BuilderPutTaxRegistrationResponse.Builder. status(TaxRegistrationStatus status)The status of your TRN stored in the system after processing.SupplementalTaxRegistration.BuilderSupplementalTaxRegistration.Builder. status(TaxRegistrationStatus status)The status of your TRN.TaxRegistration.BuilderTaxRegistration.Builder. status(TaxRegistrationStatus status)The status of your TRN.TaxRegistrationWithJurisdiction.BuilderTaxRegistrationWithJurisdiction.Builder. status(TaxRegistrationStatus status)The status of your TRN.
-