| Package | Description |
|---|---|
| software.amazon.awssdk.services.licensemanager.model |
| Modifier and Type | Method and Description |
|---|---|
LicenseConversionContext |
GetLicenseConversionTaskResponse.destinationLicenseContext()
Information about the license type converted to.
|
LicenseConversionContext |
CreateLicenseConversionTaskForResourceRequest.destinationLicenseContext()
Information that identifies the license type you are converting to.
|
LicenseConversionContext |
LicenseConversionTask.destinationLicenseContext()
Information about the license type this conversion task converted to.
|
LicenseConversionContext |
GetLicenseConversionTaskResponse.sourceLicenseContext()
Information about the license type converted from.
|
LicenseConversionContext |
CreateLicenseConversionTaskForResourceRequest.sourceLicenseContext()
Information that identifies the license type you are converting from.
|
LicenseConversionContext |
LicenseConversionTask.sourceLicenseContext()
Information about the license type this conversion task converted from.
|
| Modifier and Type | Method and Description |
|---|---|
GetLicenseConversionTaskResponse.Builder |
GetLicenseConversionTaskResponse.Builder.destinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type converted to.
|
CreateLicenseConversionTaskForResourceRequest.Builder |
CreateLicenseConversionTaskForResourceRequest.Builder.destinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information that identifies the license type you are converting to.
|
LicenseConversionTask.Builder |
LicenseConversionTask.Builder.destinationLicenseContext(LicenseConversionContext destinationLicenseContext)
Information about the license type this conversion task converted to.
|
GetLicenseConversionTaskResponse.Builder |
GetLicenseConversionTaskResponse.Builder.sourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type converted from.
|
CreateLicenseConversionTaskForResourceRequest.Builder |
CreateLicenseConversionTaskForResourceRequest.Builder.sourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information that identifies the license type you are converting from.
|
LicenseConversionTask.Builder |
LicenseConversionTask.Builder.sourceLicenseContext(LicenseConversionContext sourceLicenseContext)
Information about the license type this conversion task converted from.
|
Copyright © 2023. All rights reserved.