| Package | Description |
|---|---|
| com.amazonaws.services.servermigration.model |
| Modifier and Type | Method and Description |
|---|---|
static LicenseType |
LicenseType.fromValue(String value)
Use this in place of valueOf.
|
static LicenseType |
LicenseType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LicenseType[] |
LicenseType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationJob.setLicenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
void |
UpdateReplicationJobRequest.setLicenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
void |
CreateReplicationJobRequest.setLicenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
ReplicationJob |
ReplicationJob.withLicenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
UpdateReplicationJobRequest |
UpdateReplicationJobRequest.withLicenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
CreateReplicationJobRequest |
CreateReplicationJobRequest.withLicenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
ServerReplicationParameters |
ServerReplicationParameters.withLicenseType(LicenseType licenseType)
The license type for creating a replication job for the server.
|
Copyright © 2021. All rights reserved.