| Package | Description |
|---|---|
| com.amazonaws.services.deadline |
The Amazon Web Services Deadline Cloud API provides infrastructure and centralized management for your projects.
|
| com.amazonaws.services.deadline.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateLicenseEndpointResult> |
AbstractAWSDeadlineAsync.createLicenseEndpointAsync(CreateLicenseEndpointRequest request,
AsyncHandler<CreateLicenseEndpointRequest,CreateLicenseEndpointResult> asyncHandler) |
Future<CreateLicenseEndpointResult> |
AWSDeadlineAsyncClient.createLicenseEndpointAsync(CreateLicenseEndpointRequest request,
AsyncHandler<CreateLicenseEndpointRequest,CreateLicenseEndpointResult> asyncHandler) |
Future<CreateLicenseEndpointResult> |
AWSDeadlineAsync.createLicenseEndpointAsync(CreateLicenseEndpointRequest createLicenseEndpointRequest,
AsyncHandler<CreateLicenseEndpointRequest,CreateLicenseEndpointResult> asyncHandler)
Creates a license endpoint to integrate your various licensed software used for rendering on Deadline Cloud.
|
| Modifier and Type | Method and Description |
|---|---|
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.clone() |
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.withClientToken(String clientToken)
The unique token which the server uses to recognize retries of the same request.
|
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs.
|
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.withSecurityGroupIds(String... securityGroupIds)
The security group IDs.
|
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.withSubnetIds(Collection<String> subnetIds)
The subnet IDs.
|
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.withSubnetIds(String... subnetIds)
The subnet IDs.
|
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.withTags(Map<String,String> tags)
Each tag consists of a tag key and a tag value.
|
CreateLicenseEndpointRequest |
CreateLicenseEndpointRequest.withVpcId(String vpcId)
The VPC (virtual private cloud) ID to use with the license endpoint.
|
Copyright © 2024. All rights reserved.