Uses of Class
software.amazon.awssdk.services.sms.model.LicenseType
-
Packages that use LicenseType Package Description software.amazon.awssdk.services.sms.model -
-
Uses of LicenseType in software.amazon.awssdk.services.sms.model
Methods in software.amazon.awssdk.services.sms.model that return LicenseType Modifier and Type Method Description static LicenseTypeLicenseType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.LicenseTypeCreateReplicationJobRequest. licenseType()The license type to be used for the AMI created by a successful replication run.LicenseTypeReplicationJob. licenseType()The license type to be used for the AMI created by a successful replication run.LicenseTypeServerReplicationParameters. licenseType()The license type for creating a replication job for the server.LicenseTypeUpdateReplicationJobRequest. licenseType()The license type to be used for the AMI created by a successful replication run.static LicenseTypeLicenseType. 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.Methods in software.amazon.awssdk.services.sms.model that return types with arguments of type LicenseType Modifier and Type Method Description static Set<LicenseType>LicenseType. knownValues()Methods in software.amazon.awssdk.services.sms.model with parameters of type LicenseType Modifier and Type Method Description CreateReplicationJobRequest.BuilderCreateReplicationJobRequest.Builder. licenseType(LicenseType licenseType)The license type to be used for the AMI created by a successful replication run.ReplicationJob.BuilderReplicationJob.Builder. licenseType(LicenseType licenseType)The license type to be used for the AMI created by a successful replication run.ServerReplicationParameters.BuilderServerReplicationParameters.Builder. licenseType(LicenseType licenseType)The license type for creating a replication job for the server.UpdateReplicationJobRequest.BuilderUpdateReplicationJobRequest.Builder. licenseType(LicenseType licenseType)The license type to be used for the AMI created by a successful replication run.
-