| Package | Description |
|---|---|
| com.amazonaws.services.appstream |
|
| com.amazonaws.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEntitlementResult> |
AbstractAmazonAppStreamAsync.updateEntitlementAsync(UpdateEntitlementRequest request,
AsyncHandler<UpdateEntitlementRequest,UpdateEntitlementResult> asyncHandler) |
Future<UpdateEntitlementResult> |
AmazonAppStreamAsyncClient.updateEntitlementAsync(UpdateEntitlementRequest request,
AsyncHandler<UpdateEntitlementRequest,UpdateEntitlementResult> asyncHandler) |
Future<UpdateEntitlementResult> |
AmazonAppStreamAsync.updateEntitlementAsync(UpdateEntitlementRequest updateEntitlementRequest,
AsyncHandler<UpdateEntitlementRequest,UpdateEntitlementResult> asyncHandler)
Updates the specified entitlement.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEntitlementRequest |
UpdateEntitlementRequest.clone() |
UpdateEntitlementRequest |
UpdateEntitlementRequest.withAppVisibility(AppVisibility appVisibility)
Specifies whether all or only selected apps are entitled.
|
UpdateEntitlementRequest |
UpdateEntitlementRequest.withAppVisibility(String appVisibility)
Specifies whether all or only selected apps are entitled.
|
UpdateEntitlementRequest |
UpdateEntitlementRequest.withAttributes(Collection<EntitlementAttribute> attributes)
The attributes of the entitlement.
|
UpdateEntitlementRequest |
UpdateEntitlementRequest.withAttributes(EntitlementAttribute... attributes)
The attributes of the entitlement.
|
UpdateEntitlementRequest |
UpdateEntitlementRequest.withDescription(String description)
The description of the entitlement.
|
UpdateEntitlementRequest |
UpdateEntitlementRequest.withName(String name)
The name of the entitlement.
|
UpdateEntitlementRequest |
UpdateEntitlementRequest.withStackName(String stackName)
The name of the stack with which the entitlement is associated.
|
Copyright © 2023. All rights reserved.