Uses of Class
software.amazon.awssdk.services.drs.model.StartSourceNetworkRecoveryRequestNetworkEntry
-
Packages that use StartSourceNetworkRecoveryRequestNetworkEntry Package Description software.amazon.awssdk.services.drs.model -
-
Uses of StartSourceNetworkRecoveryRequestNetworkEntry in software.amazon.awssdk.services.drs.model
Methods in software.amazon.awssdk.services.drs.model that return types with arguments of type StartSourceNetworkRecoveryRequestNetworkEntry Modifier and Type Method Description List<StartSourceNetworkRecoveryRequestNetworkEntry>StartSourceNetworkRecoveryRequest. sourceNetworks()The Source Networks that we want to start a Recovery Job for.Methods in software.amazon.awssdk.services.drs.model with parameters of type StartSourceNetworkRecoveryRequestNetworkEntry Modifier and Type Method Description StartSourceNetworkRecoveryRequest.BuilderStartSourceNetworkRecoveryRequest.Builder. sourceNetworks(StartSourceNetworkRecoveryRequestNetworkEntry... sourceNetworks)The Source Networks that we want to start a Recovery Job for.Method parameters in software.amazon.awssdk.services.drs.model with type arguments of type StartSourceNetworkRecoveryRequestNetworkEntry Modifier and Type Method Description StartSourceNetworkRecoveryRequest.BuilderStartSourceNetworkRecoveryRequest.Builder. sourceNetworks(Collection<StartSourceNetworkRecoveryRequestNetworkEntry> sourceNetworks)The Source Networks that we want to start a Recovery Job for.
-