| Package | Description |
|---|---|
| com.amazonaws.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseConversionTask |
LicenseConversionTask.clone() |
LicenseConversionTask |
LicenseConversionTask.withDestinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type this conversion task converted to.
|
LicenseConversionTask |
LicenseConversionTask.withEndTime(Date endTime)
The time the conversion task was completed.
|
LicenseConversionTask |
LicenseConversionTask.withLicenseConversionTaskId(String licenseConversionTaskId)
The ID of the license type conversion task.
|
LicenseConversionTask |
LicenseConversionTask.withLicenseConversionTime(Date licenseConversionTime)
The time the usage operation value of the resource was changed.
|
LicenseConversionTask |
LicenseConversionTask.withResourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource associated with the license type conversion task.
|
LicenseConversionTask |
LicenseConversionTask.withSourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type this conversion task converted from.
|
LicenseConversionTask |
LicenseConversionTask.withStartTime(Date startTime)
The time the conversion task was started at.
|
LicenseConversionTask |
LicenseConversionTask.withStatus(LicenseConversionTaskStatus status)
The status of the conversion task.
|
LicenseConversionTask |
LicenseConversionTask.withStatus(String status)
The status of the conversion task.
|
LicenseConversionTask |
LicenseConversionTask.withStatusMessage(String statusMessage)
The status message for the conversion task.
|
| Modifier and Type | Method and Description |
|---|---|
List<LicenseConversionTask> |
ListLicenseConversionTasksResult.getLicenseConversionTasks()
Information about the license configuration tasks for your account.
|
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConversionTasksResult |
ListLicenseConversionTasksResult.withLicenseConversionTasks(LicenseConversionTask... licenseConversionTasks)
Information about the license configuration tasks for your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLicenseConversionTasksResult.setLicenseConversionTasks(Collection<LicenseConversionTask> licenseConversionTasks)
Information about the license configuration tasks for your account.
|
ListLicenseConversionTasksResult |
ListLicenseConversionTasksResult.withLicenseConversionTasks(Collection<LicenseConversionTask> licenseConversionTasks)
Information about the license configuration tasks for your account.
|
Copyright © 2024. All rights reserved.