Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.ResaleAuthorizationStatusString
-
Packages that use ResaleAuthorizationStatusString Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of ResaleAuthorizationStatusString in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return ResaleAuthorizationStatusString Modifier and Type Method Description static ResaleAuthorizationStatusStringResaleAuthorizationStatusString. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ResaleAuthorizationStatusStringResaleAuthorizationSummary. status()The status of the ResaleAuthorization.static ResaleAuthorizationStatusStringResaleAuthorizationStatusString. valueOf(String name)Returns the enum constant of this type with the specified name.static ResaleAuthorizationStatusString[]ResaleAuthorizationStatusString. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.marketplacecatalog.model that return types with arguments of type ResaleAuthorizationStatusString Modifier and Type Method Description static Set<ResaleAuthorizationStatusString>ResaleAuthorizationStatusString. knownValues()List<ResaleAuthorizationStatusString>ResaleAuthorizationStatusFilter. valueList()Allows filtering on theStatusof a ResaleAuthorization with list input.Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type ResaleAuthorizationStatusString Modifier and Type Method Description ResaleAuthorizationSummary.BuilderResaleAuthorizationSummary.Builder. status(ResaleAuthorizationStatusString status)The status of the ResaleAuthorization.ResaleAuthorizationStatusFilter.BuilderResaleAuthorizationStatusFilter.Builder. valueList(ResaleAuthorizationStatusString... valueList)Allows filtering on theStatusof a ResaleAuthorization with list input.Method parameters in software.amazon.awssdk.services.marketplacecatalog.model with type arguments of type ResaleAuthorizationStatusString Modifier and Type Method Description ResaleAuthorizationStatusFilter.BuilderResaleAuthorizationStatusFilter.Builder. valueList(Collection<ResaleAuthorizationStatusString> valueList)Allows filtering on theStatusof a ResaleAuthorization with list input.
-