| 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 |
CreateReplicationJobRequest.setLicenseType(LicenseType licenseType) |
void |
ReplicationJob.setLicenseType(LicenseType licenseType) |
void |
UpdateReplicationJobRequest.setLicenseType(LicenseType licenseType) |
CreateReplicationJobRequest |
CreateReplicationJobRequest.withLicenseType(LicenseType licenseType) |
ReplicationJob |
ReplicationJob.withLicenseType(LicenseType licenseType) |
UpdateReplicationJobRequest |
UpdateReplicationJobRequest.withLicenseType(LicenseType licenseType) |
Copyright © 2017. All rights reserved.