Uses of Class
software.amazon.awssdk.services.drs.model.IdentificationHints
-
Packages that use IdentificationHints Package Description software.amazon.awssdk.services.drs.model -
-
Uses of IdentificationHints in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return IdentificationHints Modifier and Type Method Description IdentificationHintsRecoveryInstanceProperties. identificationHints()Hints used to uniquely identify a machine.IdentificationHintsSourceProperties. identificationHints()Hints used to uniquely identify a machine.Methods in software.amazon.awssdk.services.drs.model with parameters of type IdentificationHints Modifier and Type Method Description RecoveryInstanceProperties.BuilderRecoveryInstanceProperties.Builder. identificationHints(IdentificationHints identificationHints)Hints used to uniquely identify a machine.SourceProperties.BuilderSourceProperties.Builder. identificationHints(IdentificationHints identificationHints)Hints used to uniquely identify a machine.
-