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