| Package | Description |
|---|---|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
EntitlementAttribute |
EntitlementAttribute.clone() |
EntitlementAttribute |
EntitlementAttribute.withName(String name)
A supported AWS IAM SAML
PrincipalTag attribute that is matched to the associated value when a user
identity federates into an Amazon AppStream 2.0 SAML application. |
EntitlementAttribute |
EntitlementAttribute.withValue(String value)
A value that is matched to a supported SAML attribute name when a user identity federates into an Amazon
AppStream 2.0 SAML application.
|
| Modifier and Type | Method and Description |
|---|---|
List<EntitlementAttribute> |
Entitlement.getAttributes()
The attributes of the entitlement.
|
List<EntitlementAttribute> |
UpdateEntitlementRequest.getAttributes()
The attributes of the entitlement.
|
List<EntitlementAttribute> |
CreateEntitlementRequest.getAttributes()
The attributes of the entitlement.
|
| Modifier and Type | Method and Description |
|---|---|
Entitlement |
Entitlement.withAttributes(EntitlementAttribute... attributes)
The attributes of the entitlement.
|
UpdateEntitlementRequest |
UpdateEntitlementRequest.withAttributes(EntitlementAttribute... attributes)
The attributes of the entitlement.
|
CreateEntitlementRequest |
CreateEntitlementRequest.withAttributes(EntitlementAttribute... attributes)
The attributes of the entitlement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Entitlement.setAttributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
void |
UpdateEntitlementRequest.setAttributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
void |
CreateEntitlementRequest.setAttributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
Entitlement |
Entitlement.withAttributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
UpdateEntitlementRequest |
UpdateEntitlementRequest.withAttributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
CreateEntitlementRequest |
CreateEntitlementRequest.withAttributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
Copyright © 2023. All rights reserved.