| Package | Description |
|---|---|
| software.amazon.awssdk.services.marketplaceentitlement.model |
| Modifier and Type | Method and Description |
|---|---|
static GetEntitlementFilterName |
GetEntitlementFilterName.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static GetEntitlementFilterName |
GetEntitlementFilterName.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetEntitlementFilterName[] |
GetEntitlementFilterName.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<GetEntitlementFilterName,List<String>> |
GetEntitlementsRequest.filter()
Filter is used to return entitlements for a specific customer or for a specific dimension.
|
static Set<GetEntitlementFilterName> |
GetEntitlementFilterName.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetEntitlementsRequest.Builder |
GetEntitlementsRequest.Builder.filter(Map<GetEntitlementFilterName,? extends Collection<String>> filter)
Filter is used to return entitlements for a specific customer or for a specific dimension.
|
Copyright © 2022. All rights reserved.