Uses of Class
software.amazon.awssdk.services.marketplacecatalog.model.OwnershipType
-
Packages that use OwnershipType Package Description software.amazon.awssdk.services.marketplacecatalog.model -
-
Uses of OwnershipType in software.amazon.awssdk.services.marketplacecatalog.model
Methods in software.amazon.awssdk.services.marketplacecatalog.model that return OwnershipType Modifier and Type Method Description static OwnershipTypeOwnershipType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.OwnershipTypeListEntitiesRequest. ownershipType()Filters the returned set of entities based on their owner.static OwnershipTypeOwnershipType. valueOf(String name)Returns the enum constant of this type with the specified name.static OwnershipType[]OwnershipType. 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 OwnershipType Modifier and Type Method Description static Set<OwnershipType>OwnershipType. knownValues()Methods in software.amazon.awssdk.services.marketplacecatalog.model with parameters of type OwnershipType Modifier and Type Method Description ListEntitiesRequest.BuilderListEntitiesRequest.Builder. ownershipType(OwnershipType ownershipType)Filters the returned set of entities based on their owner.
-