| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager |
|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateTokenResult> |
AWSLicenseManagerAsyncClient.createTokenAsync(CreateTokenRequest request,
AsyncHandler<CreateTokenRequest,CreateTokenResult> asyncHandler) |
Future<CreateTokenResult> |
AWSLicenseManagerAsync.createTokenAsync(CreateTokenRequest createTokenRequest,
AsyncHandler<CreateTokenRequest,CreateTokenResult> asyncHandler)
Creates a long-lived token.
|
Future<CreateTokenResult> |
AbstractAWSLicenseManagerAsync.createTokenAsync(CreateTokenRequest request,
AsyncHandler<CreateTokenRequest,CreateTokenResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateTokenRequest |
CreateTokenRequest.clone() |
CreateTokenRequest |
CreateTokenRequest.withClientToken(String clientToken)
Idempotency token, valid for 10 minutes.
|
CreateTokenRequest |
CreateTokenRequest.withExpirationInDays(Integer expirationInDays)
Token expiration, in days, counted from token creation.
|
CreateTokenRequest |
CreateTokenRequest.withLicenseArn(String licenseArn)
Amazon Resource Name (ARN) of the license.
|
CreateTokenRequest |
CreateTokenRequest.withRoleArns(Collection<String> roleArns)
Amazon Resource Name (ARN) of the IAM roles to embed in the token.
|
CreateTokenRequest |
CreateTokenRequest.withRoleArns(String... roleArns)
Amazon Resource Name (ARN) of the IAM roles to embed in the token.
|
CreateTokenRequest |
CreateTokenRequest.withTokenProperties(Collection<String> tokenProperties)
Data specified by the caller to be included in the JWT token.
|
CreateTokenRequest |
CreateTokenRequest.withTokenProperties(String... tokenProperties)
Data specified by the caller to be included in the JWT token.
|
Copyright © 2021. All rights reserved.