Uses of Class
software.amazon.awssdk.services.marketplaceentitlement.model.GetEntitlementFilterName
-
Packages that use GetEntitlementFilterName Package Description software.amazon.awssdk.services.marketplaceentitlement.model -
-
Uses of GetEntitlementFilterName in software.amazon.awssdk.services.marketplaceentitlement.model
Methods in software.amazon.awssdk.services.marketplaceentitlement.model that return GetEntitlementFilterName Modifier and Type Method Description static GetEntitlementFilterNameGetEntitlementFilterName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GetEntitlementFilterNameGetEntitlementFilterName. 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.Methods in software.amazon.awssdk.services.marketplaceentitlement.model that return types with arguments of type GetEntitlementFilterName Modifier and Type Method 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()Method parameters in software.amazon.awssdk.services.marketplaceentitlement.model with type arguments of type GetEntitlementFilterName Modifier and Type Method Description GetEntitlementsRequest.BuilderGetEntitlementsRequest.Builder. filter(Map<GetEntitlementFilterName,? extends Collection<String>> filter)Filter is used to return entitlements for a specific customer or for a specific dimension.
-