| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
List<EntitlementAttribute> |
Entitlement.attributes()
The attributes of the entitlement.
|
List<EntitlementAttribute> |
CreateEntitlementRequest.attributes()
The attributes of the entitlement.
|
List<EntitlementAttribute> |
UpdateEntitlementRequest.attributes()
The attributes of the entitlement.
|
| Modifier and Type | Method and Description |
|---|---|
Entitlement.Builder |
Entitlement.Builder.attributes(EntitlementAttribute... attributes)
The attributes of the entitlement.
|
CreateEntitlementRequest.Builder |
CreateEntitlementRequest.Builder.attributes(EntitlementAttribute... attributes)
The attributes of the entitlement.
|
UpdateEntitlementRequest.Builder |
UpdateEntitlementRequest.Builder.attributes(EntitlementAttribute... attributes)
The attributes of the entitlement.
|
| Modifier and Type | Method and Description |
|---|---|
Entitlement.Builder |
Entitlement.Builder.attributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
CreateEntitlementRequest.Builder |
CreateEntitlementRequest.Builder.attributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
UpdateEntitlementRequest.Builder |
UpdateEntitlementRequest.Builder.attributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
Copyright © 2023. All rights reserved.