| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplacecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
static OwnershipType |
OwnershipType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OwnershipType |
ListEntitiesRequest.ownershipType()
Returns the value of the OwnershipType property for this object.
|
static OwnershipType |
OwnershipType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<OwnershipType> |
OwnershipType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListEntitiesRequest.Builder |
ListEntitiesRequest.Builder.ownershipType(OwnershipType ownershipType)
Sets the value of the OwnershipType property for this object.
|
Copyright © 2023. All rights reserved.