| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
IdentificationHints |
IdentificationHints.clone() |
IdentificationHints |
RecoveryInstanceProperties.getIdentificationHints()
Hints used to uniquely identify a machine.
|
IdentificationHints |
SourceProperties.getIdentificationHints()
Hints used to uniquely identify a machine.
|
IdentificationHints |
IdentificationHints.withAwsInstanceID(String awsInstanceID)
AWS Instance ID identification hint.
|
IdentificationHints |
IdentificationHints.withFqdn(String fqdn)
Fully Qualified Domain Name identification hint.
|
IdentificationHints |
IdentificationHints.withHostname(String hostname)
Hostname identification hint.
|
IdentificationHints |
IdentificationHints.withVmWareUuid(String vmWareUuid)
vCenter VM path identification hint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RecoveryInstanceProperties.setIdentificationHints(IdentificationHints identificationHints)
Hints used to uniquely identify a machine.
|
void |
SourceProperties.setIdentificationHints(IdentificationHints identificationHints)
Hints used to uniquely identify a machine.
|
RecoveryInstanceProperties |
RecoveryInstanceProperties.withIdentificationHints(IdentificationHints identificationHints)
Hints used to uniquely identify a machine.
|
SourceProperties |
SourceProperties.withIdentificationHints(IdentificationHints identificationHints)
Hints used to uniquely identify a machine.
|
Copyright © 2022. All rights reserved.