Uses of Class
software.amazon.awssdk.services.appstream.model.EntitlementAttribute
-
Packages that use EntitlementAttribute Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of EntitlementAttribute in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type EntitlementAttribute Modifier and Type Method Description List<EntitlementAttribute>CreateEntitlementRequest. attributes()The attributes of the entitlement.List<EntitlementAttribute>Entitlement. attributes()The attributes of the entitlement.List<EntitlementAttribute>UpdateEntitlementRequest. attributes()The attributes of the entitlement.Methods in software.amazon.awssdk.services.appstream.model with parameters of type EntitlementAttribute Modifier and Type Method Description CreateEntitlementRequest.BuilderCreateEntitlementRequest.Builder. attributes(EntitlementAttribute... attributes)The attributes of the entitlement.Entitlement.BuilderEntitlement.Builder. attributes(EntitlementAttribute... attributes)The attributes of the entitlement.UpdateEntitlementRequest.BuilderUpdateEntitlementRequest.Builder. attributes(EntitlementAttribute... attributes)The attributes of the entitlement.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type EntitlementAttribute Modifier and Type Method Description CreateEntitlementRequest.BuilderCreateEntitlementRequest.Builder. attributes(Collection<EntitlementAttribute> attributes)The attributes of the entitlement.Entitlement.BuilderEntitlement.Builder. attributes(Collection<EntitlementAttribute> attributes)The attributes of the entitlement.UpdateEntitlementRequest.BuilderUpdateEntitlementRequest.Builder. attributes(Collection<EntitlementAttribute> attributes)The attributes of the entitlement.
-