| Package | Description |
|---|---|
| software.amazon.awssdk.services.sms.model |
| Modifier and Type | Method and Description |
|---|---|
static LicenseType |
LicenseType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LicenseType |
CreateReplicationJobRequest.licenseType()
The license type to be used for the AMI created by a successful replication run.
|
LicenseType |
UpdateReplicationJobRequest.licenseType()
The license type to be used for the AMI created by a successful replication run.
|
LicenseType |
ReplicationJob.licenseType()
The license type to be used for the AMI created by a successful replication run.
|
LicenseType |
ServerReplicationParameters.licenseType()
The license type for creating a replication job for the server.
|
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 |
|---|---|
static Set<LicenseType> |
LicenseType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateReplicationJobRequest.Builder |
CreateReplicationJobRequest.Builder.licenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
UpdateReplicationJobRequest.Builder |
UpdateReplicationJobRequest.Builder.licenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
ReplicationJob.Builder |
ReplicationJob.Builder.licenseType(LicenseType licenseType)
The license type to be used for the AMI created by a successful replication run.
|
ServerReplicationParameters.Builder |
ServerReplicationParameters.Builder.licenseType(LicenseType licenseType)
The license type for creating a replication job for the server.
|
Copyright © 2022. All rights reserved.